diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-10-19 10:33:39 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 23:50:37 +0300 |
commit | dc51dd503953a8bed545d10eb89fb3340a98879b (patch) | |
tree | 891ce48b346f3457199026edc25a8141f38f6ab3 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 431ba3c6dce0256eafde43af221504f99a2fcc0a (diff) | |
download | linux-dc51dd503953a8bed545d10eb89fb3340a98879b.tar.xz |
ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks()
This clarifies this is only required for external radios.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 007b41426b27..7f2b5d21f2f1 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -628,7 +628,6 @@ static inline struct ath_regulatory *ath9k_hw_regulatory(struct ath_hw *ah) const char *ath9k_hw_probe(u16 vendorid, u16 devid); void ath9k_hw_detach(struct ath_hw *ah); int ath9k_hw_init(struct ath_hw *ah); -void ath9k_hw_rf_free(struct ath_hw *ah); int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan, bool bChannelChange); void ath9k_hw_fill_cap_info(struct ath_hw *ah); |