diff options
author | Christian Lamparter <chunkeey@web.de> | 2009-07-07 13:08:07 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-24 15:05:06 -0400 |
commit | e0f114e82e3781087a0ad0e92c94ff0d55012c1a (patch) | |
tree | d4c7cfa485360952b3da9fee7acc07efcfdcc7d8 /drivers/net/wireless/p54/p54.h | |
parent | 0a2b8bb24d4eb67788edd71d1ef8aa86c2e17e0f (diff) |
p54: re-enable power save feature
This patch re-enables p54's power save features and adds a workaround
which temporarily alters the device's power state in order to allow
ps-polls to be sent and buffered data to be retrieved during psm.
(Incorporates patch originally posted as "p54: fix beacon template dtim
IE corruption". -- JWL)
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index 19d085c73d7d..6772ed505d4d 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -208,6 +208,7 @@ struct p54_common { | |||
208 | u32 tsf_low32, tsf_high32; | 208 | u32 tsf_low32, tsf_high32; |
209 | u32 basic_rate_mask; | 209 | u32 basic_rate_mask; |
210 | u16 aid; | 210 | u16 aid; |
211 | bool powersave_override; | ||
211 | __le32 beacon_req_id; | 212 | __le32 beacon_req_id; |
212 | 213 | ||
213 | /* cryptographic engine information */ | 214 | /* cryptographic engine information */ |