aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/p54common.h
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@web.de>2008-11-29 16:33:57 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-12-05 09:35:43 -0500
commitc772a08ba7192fa5450f85ef53adcbc6e0c5e1c9 (patch)
treece348a77eccbad1b21f7e938b8f6944f5c01362c /drivers/net/wireless/p54/p54common.h
parent4571d3bf87b76eae875283ff9f7243984b5ddcae (diff)
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.h2
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 {
302 P54_TX_OK = 0, 302 P54_TX_OK = 0,
303 P54_TX_FAILED, 303 P54_TX_FAILED,
304 P54_TX_PSM, 304 P54_TX_PSM,
305 P54_TX_PSM_CANCELLED 305 P54_TX_PSM_CANCELLED = 4
306}; 306};
307 307
308struct p54_frame_sent { 308struct p54_frame_sent {