Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148440508
D52664.id162537.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
470 B
Referenced Files
None
Subscribers
None
D52664.id162537.diff
View Options
diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c
--- a/sys/dev/iwm/if_iwm.c
+++ b/sys/dev/iwm/if_iwm.c
@@ -3773,6 +3773,10 @@
rinfo = iwm_tx_fill_cmd(sc, in, m, tx);
+ /* Offloaded sequence number assignment; non-AMPDU case */
+ if ((m->m_flags & M_AMPDU_MPDU) == 0)
+ ieee80211_output_seqno_assign(ni, -1, m);
+
/* Encrypt the frame if need be. */
if (wh->i_fc[1] & IEEE80211_FC1_PROTECTED) {
/* Retrieve key for TX && do software encryption. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 9:52 PM (8 m, 53 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29928264
Default Alt Text
D52664.id162537.diff (470 B)
Attached To
Mode
D52664: iwm: assign sequence numbers even if we ask the firmware to override
Attached
Detach File
Event Timeline
Log In to Comment