aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanoharan@atheros.com>2011-01-28 11:35:43 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-01-28 15:46:23 -0500
commitde87f736e3573ccf5e8c5b45966812b7d65c0b85 (patch)
tree28920f94d3c14822be222635e85a972c66b20fa6 /drivers/net/wireless/ath/ath9k/ath9k.h
parent6d744bacee8195c915c514409a81d470ce7b1177 (diff)
downloadkernel_samsung_smdk4412-de87f736e3573ccf5e8c5b45966812b7d65c0b85.zip
kernel_samsung_smdk4412-de87f736e3573ccf5e8c5b45966812b7d65c0b85.tar.gz
kernel_samsung_smdk4412-de87f736e3573ccf5e8c5b45966812b7d65c0b85.tar.bz2
ath9k: use common API to avoid code duplication
Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h2
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 a23e9a8..bd85e31 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -672,8 +672,6 @@ int ath9k_init_device(u16 devid, struct ath_softc *sc, u16 subsysid,
const struct ath_bus_ops *bus_ops);
void ath9k_deinit_device(struct ath_softc *sc);
void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw);
-void ath9k_update_ichannel(struct ath_softc *sc, struct ieee80211_hw *hw,
- struct ath9k_channel *ichan);
int ath_set_channel(struct ath_softc *sc, struct ieee80211_hw *hw,
struct ath9k_channel *hchan);