Page MenuHomeFreeBSD

D52300.diff
No OneTemporary

D52300.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
@@ -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

Mime Type
text/plain
Expires
Sat, Aug 1, 9:29 AM (10 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35818679
Default Alt Text
D52300.diff (421 B)

Event Timeline