]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: make request to get the noisefloor threshold band specific
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 23 Dec 2008 23:58:41 +0000 (15:58 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:59:30 +0000 (15:59 -0500)
commit8cc6e08a1b88c5ff681e2c85562c9c0878c8b4f3
tree3508e15a6a1950e274dacec8b83ec1d4de966d0e
parent8be56e53ba82e3c10595e9c8f30ee913b70d3c18
ath9k: make request to get the noisefloor threshold band specific

Lets make the request to get the current noise floor threshold
from the EEPROM band specific as it is band specific, not mode
specific.

This also adds a backpointer on the private channel structure
back to the ieee80211_channel structure as this is now needed during
ath9k_hw_getnf().

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