diff options
author | Nick Kossifidis <mickflemm@gmail.com> | 2010-11-23 13:58:34 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-30 13:52:33 -0500 |
commit | fa3d2feeff4723cce8d4722902492d60b7f75fcc (patch) | |
tree | 928d112aef6ced8d487ede33619af76853cdbe84 /drivers/net/wireless/ath/ath5k/phy.c | |
parent | 14fae2d4b61b890cea58d63091406b86ec9bafcd (diff) |
ath5k: Add new field on ath5k_hw to track bandwidth modes
* Prepare for half/quarter/turbo support, introduce a new
ah_bwmode parameter and get rid of ah_turbo. Bwmode stands
for "bandwidth mode" and can have 4 values, default (20MHz),
turbo (40MHz), half rate (10MHz), and quarter rate (5MHz).
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/phy.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/phy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/phy.c b/drivers/net/wireless/ath/ath5k/phy.c index 1c41fa837451..02869c7d596b 100644 --- a/drivers/net/wireless/ath/ath5k/phy.c +++ b/drivers/net/wireless/ath/ath5k/phy.c | |||
@@ -1235,7 +1235,6 @@ static int ath5k_hw_channel(struct ath5k_hw *ah, | |||
1235 | } | 1235 | } |
1236 | 1236 | ||
1237 | ah->ah_current_channel = channel; | 1237 | ah->ah_current_channel = channel; |
1238 | ah->ah_turbo = channel->hw_value == CHANNEL_T ? true : false; | ||
1239 | ath5k_hw_set_clockrate(ah); | 1238 | ath5k_hw_set_clockrate(ah); |
1240 | 1239 | ||
1241 | return 0; | 1240 | return 0; |