diff options
| author | Sujith <Sujith.Manoharan@atheros.com> | 2010-04-26 13:39:36 +0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2010-04-28 00:09:15 +0400 |
| commit | 5bf1e17a4a3870d4f03dc39f1bec4464bbdf4887 (patch) | |
| tree | 3805cc3ca9f9c79cf1a5f099efa9d33aefd11f3b | |
| parent | e9bd5bcde7af27ebb92bb866afde5ef5e4f3dc6c (diff) | |
| download | linux-5bf1e17a4a3870d4f03dc39f1bec4464bbdf4887.tar.xz | |
ath9k_htc: Remove unnecessary powersave restore
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_drv_main.c | 1 |
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, 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; } |
