Browse Source

ath9k_htc: Remove unnecessary powersave restore

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Sujith 15 years ago
parent
commit
5bf1e17a4a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/wireless/ath/ath9k/htc_drv_main.c

+ 0 - 1
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;
 	}