mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 16:09:29 -05:00
ar71xx: allow pci calibration fixup to work with ar9344
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 46235
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user