Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150217859
D52300.id161280.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
421 B
Referenced Files
None
Subscribers
None
D52300.id161280.diff
View Options
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
@@ -10474,6 +10474,8 @@
ic->ic_flags_ext = IEEE80211_FEXT_SCAN_OFFLOAD;
/* Enable seqno offload */
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
+ /* Don't send null data frames; let firmware do it */
+ ic->ic_flags_ext |= IEEE80211_FEXT_NO_NULLDATA;
ic->ic_txstream = 2;
ic->ic_rxstream = 2;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 8:34 AM (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30629339
Default Alt Text
D52300.id161280.diff (421 B)
Attached To
Mode
D52300: [iwx] tell net80211 not to originate NULL data frames
Attached
Detach File
Event Timeline
Log In to Comment