linux/net/mac80211
Igor Perminov e3b90ca284 mac80211: FIF_PSPOLL filter flag
When an interface is configured in the AP mode, the mac80211
implementation doesn't inform the driver to receive PS Poll frames.
It leads to inability to communicate with power-saving stations
reliably.
The FIF_CONTROL flag isn't passed by mac80211 to
ieee80211_ops.configure_filter when an interface is in the AP mode.
And it's ok, because we don't want to receive ACK frames and other
control ones, but only PS Poll ones.

This patch introduces the FIF_PSPOLL filter flag in addition to
FIF_CONTROL, which means for the driver "pass PS Poll frames".

This flag is passed to the driver:
A) When an interface is configured in the AP mode.
B) In all cases, when the FIF_CONTROL flag was passed earlier (in
addition to it).

Signed-off-by: Igor Perminov <igor.perminov@inbox.ru>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-04 16:44:35 -04:00
..
aes_ccm.c
aes_ccm.h
aes_cmac.c
aes_cmac.h
agg-rx.c
agg-tx.c
cfg.c
cfg.h
debugfs_key.c
debugfs_key.h
debugfs_netdev.c
debugfs_netdev.h
debugfs_sta.c
debugfs_sta.h
debugfs.c
debugfs.h
driver-ops.h
driver-trace.c mac80211: fix sparse warnings/errors 2009-08-04 16:43:25 -04:00
driver-trace.h
event.c
ht.c
ibss.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
ieee80211_i.h mac80211: FIF_PSPOLL filter flag 2009-08-04 16:44:35 -04:00
iface.c mac80211: FIF_PSPOLL filter flag 2009-08-04 16:44:35 -04:00
Kconfig cfg80211: self-contained wext handling where possible 2009-07-29 15:46:20 -04:00
key.c
key.h
led.c
led.h
main.c mac80211: FIF_PSPOLL filter flag 2009-08-04 16:44:35 -04:00
Makefile cfg80211: self-contained wext handling where possible 2009-07-29 15:46:20 -04:00
mesh_hwmp.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
mesh_pathtbl.c
mesh_plink.c
mesh.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
mesh.h
michael.c
michael.h
mlme.c mac80211: Increase timeouts for station polling 2009-08-04 16:44:20 -04:00
pm.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
rate.c
rate.h
rc80211_minstrel_debugfs.c
rc80211_minstrel.c
rc80211_minstrel.h
rc80211_pid_algo.c
rc80211_pid_debugfs.c
rc80211_pid.h
rx.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2009-07-30 19:26:55 -07:00
scan.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
spectmgmt.c
sta_info.c
sta_info.h
tkip.c
tkip.h
tx.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
util.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
wep.c
wep.h
wme.c
wme.h
wpa.c
wpa.h