ath9k_hw: remove baseband rfsilent support
authorFelix Fietkau <nbd@openwrt.org>
Thu, 16 Dec 2010 23:57:01 +0000 (00:57 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 20 Dec 2010 19:49:48 +0000 (14:49 -0500)
commit55821324dc6a10fab36871534a322bad159fad79
treed598e6d8280007c0d39f47c3f4f947c5eb945ae0
parent4b3ba66a47311770b21e7aba481f4f2a90ba3084
ath9k_hw: remove baseband rfsilent support

When rfkill is enabled, ath9k_hw unnecessarily configured the baseband to
turn off based on GPIO input, however that code was hardcoded to GPIO 0
instead of ah->rfkill_gpio.
Since ath9k uses software rfkill anyway, this code is completely unnecessary
and should be removed in case anything else ever uses GPIO 0.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar5008_phy.c
drivers/net/wireless/ath/ath9k/ar9003_phy.c
drivers/net/wireless/ath/ath9k/hw-ops.h
drivers/net/wireless/ath/ath9k/hw.c
drivers/net/wireless/ath/ath9k/hw.h
This page took 0.02747 seconds and 5 git commands to generate.