ath5k: Add new field on ath5k_hw to track bandwidth modes
commitfa3d2feeff4723cce8d4722902492d60b7f75fcc
authorNick Kossifidis <mickflemm@gmail.com>
Tue, 23 Nov 2010 18:58:34 +0000 (23 20:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Nov 2010 18:52:33 +0000 (30 13:52 -0500)
tree928d112aef6ced8d487ede33619af76853cdbe84
parent14fae2d4b61b890cea58d63091406b86ec9bafcd
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>
drivers/net/wireless/ath/ath5k/ath5k.h
drivers/net/wireless/ath/ath5k/attach.c
drivers/net/wireless/ath/ath5k/phy.c
drivers/net/wireless/ath/ath5k/qcu.c