From: Sujith Date: Mon, 26 Apr 2010 09:39:36 +0000 (+0530) Subject: ath9k_htc: Remove unnecessary powersave restore X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5bf1e17a4a3870d4f03dc39f1bec4464bbdf4887;p=deliverable%2Flinux.git ath9k_htc: Remove unnecessary powersave restore Signed-off-by: Sujith Signed-off-by: John W. Linville --- 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, ath_print(common, ATH_DBG_FATAL, "Unable to reset channel (%u Mhz) " "reset status %d\n", channel->center_freq, ret); - ath9k_htc_ps_restore(priv); goto err; }