ar71xx: Arduino Yun board 'WLAN RST' button support
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / pci-ath9k-fixup.c
index fcca1d2..2202351 100644 (file)
@@ -73,6 +73,9 @@ static void ath9k_pci_fixup(struct pci_dev *dev)
        case ATH79_SOC_AR7242:
                pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, 0x1000ffff);
                break;
+       case ATH79_SOC_AR9344:
+               pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, 0x1000ffff);
+               break;
 
        default:
                BUG();