diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-03-14 14:40:46 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-15 13:40:28 -0400 |
commit | caed6579c2f9756d3f5a95e8186fa4c04d64cae2 (patch) | |
tree | 8a31fd1db143bbddce7090b38ec222843086d8f9 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | bcf6f96e192d71864685ba7253c94c2002615875 (diff) | |
download | blackbird-op-linux-caed6579c2f9756d3f5a95e8186fa4c04d64cae2.tar.gz blackbird-op-linux-caed6579c2f9756d3f5a95e8186fa4c04d64cae2.zip |
ath9k_hw: Cleanup FastChannelChange
The logic to determine whether to use FCC is a bit convoluted.
Use a small helper function to decide whether FCC is to be
used.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 1707137e0a30..23c8dfae29f7 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -924,7 +924,7 @@ const char *ath9k_hw_probe(u16 vendorid, u16 devid); void ath9k_hw_deinit(struct ath_hw *ah); int ath9k_hw_init(struct ath_hw *ah); int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan, - struct ath9k_hw_cal_data *caldata, bool bChannelChange); + struct ath9k_hw_cal_data *caldata, bool fastcc); int ath9k_hw_fill_cap_info(struct ath_hw *ah); u32 ath9k_regd_get_ctl(struct ath_regulatory *reg, struct ath9k_channel *chan); |