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:
parent
6fc2e94120
commit
9f2b8b3902
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user