Page MenuHomeFreeBSD

D52652.id162540.diff
No OneTemporary

D52652.id162540.diff

diff --git a/sys/dev/iwx/if_iwx.c b/sys/dev/iwx/if_iwx.c
--- a/sys/dev/iwx/if_iwx.c
+++ b/sys/dev/iwx/if_iwx.c
@@ -5673,8 +5673,9 @@
if (rinfo == NULL)
return EINVAL;
- /* Offloaded sequence number assignment */
- /* Note: Should be done in firmware on all supported devices */
+ /* Offloaded sequence number assignment; non-AMPDU case */
+ if ((m->m_flags & M_AMPDU_MPDU) == 0)
+ ieee80211_output_seqno_assign(ni, -1, m);
/* Radiotap */
if (ieee80211_radiotap_active_vap(vap)) {

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 7, 3:05 AM (11 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31007741
Default Alt Text
D52652.id162540.diff (495 B)

Event Timeline