Author: avos
Date: Sun Dec 30 03:03:53 2018
New Revision: 342604
URL: https://svnweb.freebsd.org/changeset/base/342604
Log:
net80211: fix duplicate sequence number bump for non-AMPDU QoS frames.
This should be a part of r312972.
MFC after: 4 days
Modified:
head/sys/net80211/ieee80211_output.c
Modified: head/sys/net80211/ieee80211_output.c
==============================================================================
--- head/sys/net80211/ieee80211_output.c Sun Dec 30 01:57:11 2018
(r342603)
+++ head/sys/net80211/ieee80211_output.c Sun Dec 30 03:03:53 2018
(r342604)
@@ -1698,7 +1698,6 @@ ieee80211_encap(struct ieee80211vap *vap, struct ieee8
* capability; this may also change when we pull
* aggregation up into net80211
*/
- seqno = ni->ni_txseqs[tid]++;
*(uint16_t *)wh->i_seq =
htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT);
M_SEQNO_SET(m, seqno);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"