diff options
author | Vivek Natarajan <vnatarajan@atheros.com> | 2010-04-27 11:35:37 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-28 00:09:21 +0400 |
commit | 8a8572a821e5763525f5e4ac104bc28fd798fd5e (patch) | |
tree | a44cbed64f207cd8edc982e7ae0873e6aedd2252 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | 7b7b5e56d7bdfdd0eb5ea13e6c9613b16b8eac46 (diff) | |
download | linux-8a8572a821e5763525f5e4ac104bc28fd798fd5e.tar.xz |
ath9k_htc: Handle CONF_IDLE during unassociated state to save power.
Signed-off-by: Vivek Natarajan <vnatarajan@atheros.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index b771e20075a5..1ae18bbc4d9e 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -379,6 +379,7 @@ struct ath9k_htc_priv { struct mutex htc_pm_lock; unsigned long ps_usecount; bool ps_enabled; + bool ps_idle; struct ath_led radio_led; struct ath_led assoc_led; |