summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc_drv_main.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-14 16:40:23 +0100
committerJohn W. Linville <linville@tuxdriver.com>2012-03-15 13:43:14 -0400
commit8efa7a813233affeafd9fd7770709e9bda6855b6 (patch)
tree0c64be3e5cbed0f09bc6141b0a4f32077ee52ace /drivers/net/wireless/ath/ath9k/htc_drv_main.c
parentce8fdf6ef6bc2e299d2e1572c55325e0dca7e85f (diff)
downloadlinux-8efa7a813233affeafd9fd7770709e9bda6855b6.tar.gz
linux-8efa7a813233affeafd9fd7770709e9bda6855b6.tar.bz2
linux-8efa7a813233affeafd9fd7770709e9bda6855b6.zip
ath9k_hw: remove ath9k_hw_htc_resetinit
Automatically set the ah->htc_reset_init on init and after PHY disable. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc_drv_main.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc_drv_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_main.c b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
index 2a29a7cdef18..2b8f61c210e1 100644
--- a/drivers/net/wireless/ath/ath9k/htc_drv_main.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
@@ -919,7 +919,6 @@ static int ath9k_htc_start(struct ieee80211_hw *hw)
/* setup initial channel */
init_channel = ath9k_cmn_get_curchannel(hw, ah);
- ath9k_hw_htc_resetinit(ah);
ret = ath9k_hw_reset(ah, init_channel, ah->caldata, false);
if (ret) {
ath_err(common,