diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-06-25 13:54:49 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-26 14:28:52 -0400 |
commit | 6bcfe67f9865fb51ec78fc9b09887375db7e08b5 (patch) | |
tree | a2483b522edc9672842527985eb423bafba0473c /drivers/net/wireless/ath/ath9k/htc.h | |
parent | d8a2c51cdcaee0131c88f49d64b84f1c7361d72c (diff) | |
download | op-kernel-dev-6bcfe67f9865fb51ec78fc9b09887375db7e08b5.zip op-kernel-dev-6bcfe67f9865fb51ec78fc9b09887375db7e08b5.tar.gz |
ath9k_htc: Fix IDLE power save
Remove the radio enable/disable stuff and fix the
transition to FULL_SLEEP mode when the device is idle.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 1ee6548..936e920 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -572,8 +572,6 @@ bool ath9k_htc_setpower(struct ath9k_htc_priv *priv, void ath9k_start_rfkill_poll(struct ath9k_htc_priv *priv); void ath9k_htc_rfkill_poll_state(struct ieee80211_hw *hw); -void ath9k_htc_radio_enable(struct ieee80211_hw *hw); -void ath9k_htc_radio_disable(struct ieee80211_hw *hw); #ifdef CONFIG_MAC80211_LEDS void ath9k_init_leds(struct ath9k_htc_priv *priv); |