Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143049437
D52299.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
D52299.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D52299: [iwn] Don't originate NULL data frames in net80211
Attached
Detach File
Event Timeline
Log In to Comment