linux-kernel-test/drivers/net/wireless/p54
Johannes Berg 3fa52056f3 mac80211: fix PS-poll response, race
When a station queries us for a PS-poll response, we wrongly
queue the frame on the virtual interface's queue rather than
the pending queue.

Additionally, fix a race condition where we could potentially
send multiple frames to the sleeping station due to using a
station flag rather than a packet flag. When converting to a
packet flag, we can also convert p54 and remove the filter
clearing we added for it.

(Also remove a now dead function)

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reported-by: Bob Copeland <me@bobcopeland.com>
Tested-by: Bob Copeland <me@bobcopeland.com>
Cc: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-27 15:24:19 -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: fix a fw crash caused by statistic feedback 2009-07-24 15:05:22 -04:00
Kconfig p54: Kconfig maintenance 2009-03-27 20:13:18 -04:00
led.c p54: Move LED code 2009-07-10 15:01:58 -04:00
lmac.h p54: fix beaconing related firmware crash 2009-07-24 15:05:21 -04:00
main.c p54: fix beaconing related firmware crash 2009-07-24 15:05:21 -04:00
Makefile p54: Modify p54 files for new organization 2009-07-10 15:02:24 -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_eeprom.h p54spi: stlc45xx eeprom blob 2009-01-29 16:00:25 -05:00
p54spi.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-07-23 19:03:51 -07:00
p54spi.h p54spi: remove arch specific dependencies 2009-01-29 16:00:44 -05:00
p54usb.c p54usb: fix stalls caused by urb allocation failures 2009-07-10 15:02:30 -04:00
p54usb.h p54usb: rework driver for resume 2009-05-06 15:14:41 -04:00
txrx.c mac80211: fix PS-poll response, race 2009-07-27 15:24:19 -04:00