aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
diff options
context:
space:
mode:
authorNick Kossifidis <mickflemm@gmail.com>2010-11-23 14:24:54 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-11-30 13:53:22 -0500
commit71ba1c30851575b43ba76b0f9c26ff5567e8136c (patch)
tree36fefe30180f0d6ef8e7c1989339a21ccac79464 /drivers/net/wireless/ath/ath5k/ath5k.h
parent473cae27620c27377e278a6f92aaa483060e3c19 (diff)
ath5k: Always set IFS intervals on reset
* Make sure we always set IFS timings even if no coverage class is set. If we don't we'll miss the needed changes for different bwmodes. Signed-off-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/ath5k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h
index ddbbf4c02fe..e2588308e67 100644
--- a/drivers/net/wireless/ath/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath/ath5k/ath5k.h
@@ -1224,6 +1224,7 @@ int ath5k_eeprom_read_mac(struct ath5k_hw *ah, u8 *mac);
1224/* Helpers */ 1224/* Helpers */
1225int ath5k_hw_get_frame_duration(struct ath5k_hw *ah, 1225int ath5k_hw_get_frame_duration(struct ath5k_hw *ah,
1226 int len, struct ieee80211_rate *rate); 1226 int len, struct ieee80211_rate *rate);
1227unsigned int ath5k_hw_get_default_slottime(struct ath5k_hw *ah);
1227unsigned int ath5k_hw_get_default_sifs(struct ath5k_hw *ah); 1228unsigned int ath5k_hw_get_default_sifs(struct ath5k_hw *ah);
1228extern int ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype opmode); 1229extern int ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype opmode);
1229void ath5k_hw_set_coverage_class(struct ath5k_hw *ah, u8 coverage_class); 1230void ath5k_hw_set_coverage_class(struct ath5k_hw *ah, u8 coverage_class);