kernel-fxtec-pro1x/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
..
eeprom.c
eeprom.h
fwio.c
Kconfig
led.c
lmac.h
main.c
Makefile
net2280.h
p54.h
p54pci.c
p54pci.h
p54spi.c
p54spi.h
p54spi_eeprom.h
p54usb.c
p54usb.h
txrx.c p54: fix sequence no. accounting off-by-one error 2011-01-10 15:40:53 -05:00