diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2008-12-23 18:58:42 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:59:31 -0500 |
commit | c9e27d94f5fc726f88897914025619fbfc18b23c (patch) | |
tree | e20d606c6d98a76b77f2bd3737ea58acf1cd335e /drivers/net/wireless/ath9k/ath9k.h | |
parent | 76061abbbb39ba4bdf42fe28aa3157df8bb03d38 (diff) |
ath9k: use ieee80211_conf on ath9k_hw_iscal_supported()
ath9k_hw_iscal_supported() just needs to be aware of your band
and if HT20 is being used so lets abandon our internal channel,
HT appended values and internal mode values and use ieee80211_conf
which already carries this information. This works as calibration
is being done for the currently configured channel.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 78fffdf9339f..adcd34249a8b 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -949,8 +949,7 @@ void ath9k_hw_ani_detach(struct ath_hal *ah); | |||
949 | 949 | ||
950 | /* Calibration */ | 950 | /* Calibration */ |
951 | 951 | ||
952 | void ath9k_hw_reset_calvalid(struct ath_hal *ah, struct ath9k_channel *chan, | 952 | bool ath9k_hw_reset_calvalid(struct ath_hal *ah); |
953 | bool *isCalDone); | ||
954 | void ath9k_hw_start_nfcal(struct ath_hal *ah); | 953 | void ath9k_hw_start_nfcal(struct ath_hal *ah); |
955 | void ath9k_hw_loadnf(struct ath_hal *ah, struct ath9k_channel *chan); | 954 | void ath9k_hw_loadnf(struct ath_hal *ah, struct ath9k_channel *chan); |
956 | int16_t ath9k_hw_getnf(struct ath_hal *ah, | 955 | int16_t ath9k_hw_getnf(struct ath_hal *ah, |