From: Felix Fietkau Date: Thu, 16 Dec 2010 23:57:01 +0000 (+0100) Subject: ath9k_hw: remove baseband rfsilent support X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55821324dc6a10fab36871534a322bad159fad79;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed