]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ath9k: remove ath9k_hw_chan2wmode()
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 23 Dec 2008 23:58:48 +0000 (15:58 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:59:34 +0000 (15:59 -0500)
commit4febf7b8f4f2c7052cffbccba9e5ddf041b41330
treebb0e3ef9cb84d92f8bc85680630e6c3d58788ffb
parente56db718468416ce5ff1ba05e7fa5026424befd5
ath9k: remove ath9k_hw_chan2wmode()

The only left users are for timing for ACK timeout, slotime and
CTS timeout. We currently use an array CLOCK_RATE to keep
these values per mode and since as only will use A and G
we can depend on the band to get the appropriate values.

We note that we should be using a different clock rate value
for CCK, we can do this in separate patch, currently this is
being disregarded and should only affect when we want to
change the default ACK/CTS timeout or slot time and stuck
with using using 802.11b.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/hw.c