K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-06-15T15:07:01.317676Z K 7 svn:log V 737 Don't assign sequence numbers if AMPDU-TX is in negotiation phase. net80211 only stops assigning its own sequence numbers once AMPDU-TX has finished being negotiated. It otherwise tags packets with sequence numbers. My previous patch was skipping every other sequence number during the ADDBA exchange and causing the receiver to get throughly confused for a bit. With this patch the receiver now doesn't receive such badly sequenced packets. There are still issues though with the addba BA win start versus what's already been software queued. Packets in the software queue have sequence numbers from -before- the BA window advertised in the ADDBA but are being held and arrive after the ADDBA exchange has occured. Crazy, but true. END