Page MenuHomeFreeBSD

D52299.diff
No OneTemporary

D52299.diff

diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -586,6 +586,8 @@
/* Driver / firmware assigned sequence numbers */
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
+ /* Don't originate null data frames in net80211 */
+ ic->ic_flags_ext |= IEEE80211_FEXT_NO_NULLDATA;
/* Read MAC address, channels, etc from EEPROM. */
if ((error = iwn_read_eeprom(sc, ic->ic_macaddr)) != 0) {

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 26, 12:13 PM (12 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28028517
Default Alt Text
D52299.diff (456 B)

Event Timeline