linux/drivers/net/wireless/p54
Christian Lamparter 90d6f92828 p54: fix broadcast buffering in AP mode
The patch "mac80211: fix PS-poll response race" somehow broke
broadcast buffering in a funny way.

During normal operation - stations are awake - the firmware refused
to transmit broadcast frames and reported P54_TX_PSM_CANCELLED.
But everything worked as soon as one station entered PSM.

The reason:
The stack sets IEEE80211_TX_CTL_SEND_AFTER_DTIM for outgoing
broadcast frames as soon as a station is marked as sleeping.
This flag triggers a path which will reroute these frames
into p54's "content after beacon" queue, which is designed
to cope with the demands for psm.

This patch restores the old behavior.

IEEE80211_TX_CTL_CLEAR_PS_FILT will once again be used to signalize
the firmware to ignore the ps canceling for certain frames.

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-28 14:40:23 -04:00
..
Kconfig
Makefile p54: Modify p54 files for new organization 2009-07-10 15:02:24 -04:00
eeprom.c p54: Eliminate unnecessary initialization 2009-07-24 15:05:27 -04:00
eeprom.h p54: Move eeprom header 2009-07-10 15:01:58 -04:00
fwio.c p54: implement rfkill 2009-08-14 09:13:45 -04:00
led.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
lmac.h p54: fix beaconing related firmware crash 2009-07-24 15:05:21 -04:00
main.c mac80211: allow configure_filter callback to sleep 2009-08-20 11:35:58 -04:00
net2280.h
p54.h p54: fix beaconing related firmware crash 2009-07-24 15:05:21 -04:00
p54pci.c p54: Modify p54 files for new organization 2009-07-10 15:02:24 -04:00
p54pci.h
p54spi.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
p54spi.h
p54spi_eeprom.h
p54usb.c p54usb: fix stalls caused by urb allocation failures 2009-07-10 15:02:30 -04:00
p54usb.h
txrx.c p54: fix broadcast buffering in AP mode 2009-08-28 14:40:23 -04:00