diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 38835bc324b2..77ad407e9fa3 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -665,7 +665,7 @@ void ath_radio_disable(struct ath_softc *sc, struct ieee80211_hw *hw); | |||
665 | bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode); | 665 | bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode); |
666 | bool ath9k_uses_beacons(int type); | 666 | bool ath9k_uses_beacons(int type); |
667 | 667 | ||
668 | #ifdef CONFIG_PCI | 668 | #ifdef CONFIG_ATH9K_PCI |
669 | int ath_pci_init(void); | 669 | int ath_pci_init(void); |
670 | void ath_pci_exit(void); | 670 | void ath_pci_exit(void); |
671 | #else | 671 | #else |
@@ -673,7 +673,7 @@ static inline int ath_pci_init(void) { return 0; }; | |||
673 | static inline void ath_pci_exit(void) {}; | 673 | static inline void ath_pci_exit(void) {}; |
674 | #endif | 674 | #endif |
675 | 675 | ||
676 | #ifdef CONFIG_ATHEROS_AR71XX | 676 | #ifdef CONFIG_ATH9K_AHB |
677 | int ath_ahb_init(void); | 677 | int ath_ahb_init(void); |
678 | void ath_ahb_exit(void); | 678 | void ath_ahb_exit(void); |
679 | #else | 679 | #else |