1
linux/drivers/net/wireless/p54
Larry Finger eda0c003d1 p54: Fix for TX sequence number problem
Following "mac80211: fix TX sequence numbers", if a packet
has the IEEE80211_TX_CTL_ASSIGN_SEQ assigned, a sequence number must be
supplied, either by hardware or software. AFAIK, no such hardware exists
for the p54, thus it must be done in software. With this patch, a connection
qith p54usb is stable, whereas the interface went off-line in 2-3 hours
without this change. Note that this code will have to be reworked for proper
sequence numbers on beacons. In addition, the sequence number has been placed
in the hardware state, not the vif state.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-08-07 09:49:04 -04:00
..
Kconfig
Makefile
net2280.h drivers/net/wireless/p54/net2280.h: silence checkpatch.pl 2008-04-08 16:44:45 -04:00
p54.h p54: Fix for TX sequence number problem 2008-08-07 09:49:04 -04:00
p54common.c p54: Fix for TX sequence number problem 2008-08-07 09:49:04 -04:00
p54common.h mac80211: move TX info into skb->cb 2008-05-21 21:48:11 -04:00
p54pci.c mac80211: let drivers wake but not start queues 2008-05-21 21:48:08 -04:00
p54pci.h
p54usb.c p54: treat firmware data as const 2008-07-10 14:26:21 +01:00
p54usb.h