diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-12 00:33:52 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-14 15:39:30 -0400 |
commit | 9623009d2d0a228253d084cac4fda38c9807a4c2 (patch) | |
tree | c686905a96231bae00b48aa3dcd1da45743f9f1d /drivers | |
parent | 1d2231e2e27a7df6a3dc7827d244b7736b7d164a (diff) |
ath9k: remove declarations of some nonexistant functions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index a0f15670bfd8..6b5a26fc9782 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -628,8 +628,6 @@ irqreturn_t ath_isr(int irq, void *dev); | |||
628 | int ath9k_init_device(u16 devid, struct ath_softc *sc, u16 subsysid, | 628 | int ath9k_init_device(u16 devid, struct ath_softc *sc, u16 subsysid, |
629 | const struct ath_bus_ops *bus_ops); | 629 | const struct ath_bus_ops *bus_ops); |
630 | void ath9k_deinit_device(struct ath_softc *sc); | 630 | void ath9k_deinit_device(struct ath_softc *sc); |
631 | const char *ath_mac_bb_name(u32 mac_bb_version); | ||
632 | const char *ath_rf_name(u16 rf_version); | ||
633 | void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw); | 631 | void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw); |
634 | void ath9k_update_ichannel(struct ath_softc *sc, struct ieee80211_hw *hw, | 632 | void ath9k_update_ichannel(struct ath_softc *sc, struct ieee80211_hw *hw, |
635 | struct ath9k_channel *ichan); | 633 | struct ath9k_channel *ichan); |