diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-11-29 22:33:57 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-05 09:35:43 -0500 |
commit | c772a08ba7192fa5450f85ef53adcbc6e0c5e1c9 (patch) | |
tree | ce348a77eccbad1b21f7e938b8f6944f5c01362c /drivers/net/wireless/p54/p54common.h | |
parent | 4571d3bf87b76eae875283ff9f7243984b5ddcae (diff) | |
download | talos-op-linux-c772a08ba7192fa5450f85ef53adcbc6e0c5e1c9.tar.gz talos-op-linux-c772a08ba7192fa5450f85ef53adcbc6e0c5e1c9.zip |
p54: revamp station power save management in access point mode
This patch addresses the problem in:
http://marc.info/?l=linux-wireless&m=122727674810057&w=2
Thanks to Stefan Steuerwald <salsasepp@googlemail.com>
extensive iPod touch tests. We could finally squash some bugs in
p54's master mode / access point implementation.
Let's hope we got everything right this time and all stations
from now on will wake up on TIM and receive their queued frames
and go to sleep again without any hiccups.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54common.h')
-rw-r--r-- | drivers/net/wireless/p54/p54common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/p54/p54common.h b/drivers/net/wireless/p54/p54common.h index 3419f16be938..d292ffbec08c 100644 --- a/drivers/net/wireless/p54/p54common.h +++ b/drivers/net/wireless/p54/p54common.h @@ -302,7 +302,7 @@ enum p54_frame_sent_status { P54_TX_OK = 0, P54_TX_FAILED, P54_TX_PSM, - P54_TX_PSM_CANCELLED + P54_TX_PSM_CANCELLED = 4 }; struct p54_frame_sent { |