mac80211: add HW flag for disabling auto link-PS in AP mode
authorArik Nemtsov <arik@wizery.com>
Mon, 31 Jan 2011 20:29:13 +0000 (22:29 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 3 Feb 2011 21:44:44 +0000 (16:44 -0500)
commitd057e5a381cbaec5632117bf62ba49438ab16214
tree723bd8c982747393b3f390b2c0ea75eb0c6bb62e
parent8fd369eeaa81d05969787c9ddf9cf3f1a8c4e084
mac80211: add HW flag for disabling auto link-PS in AP mode

When operating in AP mode the wl1271 hardware filters out null-data
packets as well as management packets. This makes it impossible for
mac80211 to monitor the PS mode by using the PM bit of incoming frames.

Implement a HW flag to indicate that mac80211 should ignore the PM bit.
In addition, expose ieee80211_sta_ps_transition() to make low-level
drivers capable of controlling PS-mode.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/rx.c
net/mac80211/sta_info.c
net/mac80211/status.c