linux/drivers/net/wireless/p54
Christian Lamparter 3b5c5827d1 p54: fix sequence no. accounting off-by-one error
P54_HDR_FLAG_DATA_OUT_SEQNR is meant to tell the
firmware that "the frame's sequence number has
already been set by the application."

Whereas IEEE80211_TX_CTL_ASSIGN_SEQ is set for
frames which lack a valid sequence number and
either the driver or firmware has to assign one.

Yup, it's the exact opposite!

Cc: <stable@kernel.org>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-01-10 15:40:53 -05:00
..
Kconfig Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2010-10-24 13:41:39 -07:00
Makefile
eeprom.c drivers/net/wireless/p54/eeprom.c: Return -ENOMEM on memory allocation failure 2010-10-15 15:57:44 -04:00
eeprom.h
fwio.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 2010-08-24 16:35:40 -04:00
led.c
lmac.h
main.c
net2280.h
p54.h
p54pci.c
p54pci.h
p54spi.c p54spi: Add error message for eeprom failure 2010-09-07 13:54:34 -04:00
p54spi.h
p54spi_eeprom.h p54spi: fix eeprom checksum 2010-08-24 16:28:14 -04:00
p54usb.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-12-17 12:27:22 -08:00
p54usb.h
txrx.c p54: fix sequence no. accounting off-by-one error 2011-01-10 15:40:53 -05:00