aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2010-04-26 05:39:36 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-04-27 16:09:15 -0400
commit5bf1e17a4a3870d4f03dc39f1bec4464bbdf4887 (patch)
tree3805cc3ca9f9c79cf1a5f099efa9d33aefd11f3b /drivers
parente9bd5bcde7af27ebb92bb866afde5ef5e4f3dc6c (diff)
ath9k_htc: Remove unnecessary powersave restore
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-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 9c9f3e0d6787..644776a51ac0 100644
--- a/drivers/net/wireless/ath/ath9k/htc_drv_main.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
@@ -153,7 +153,6 @@ static int ath9k_htc_set_channel(struct ath9k_htc_priv *priv,
153 ath_print(common, ATH_DBG_FATAL, 153 ath_print(common, ATH_DBG_FATAL,
154 "Unable to reset channel (%u Mhz) " 154 "Unable to reset channel (%u Mhz) "
155 "reset status %d\n", channel->center_freq, ret); 155 "reset status %d\n", channel->center_freq, ret);
156 ath9k_htc_ps_restore(priv);
157 goto err; 156 goto err;
158 } 157 }
159 158