Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140819098
D52298.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
430 B
Referenced Files
None
Subscribers
None
D52298.diff
View Options
diff --git a/sys/dev/rtwn/if_rtwn.c b/sys/dev/rtwn/if_rtwn.c
--- a/sys/dev/rtwn/if_rtwn.c
+++ b/sys/dev/rtwn/if_rtwn.c
@@ -271,6 +271,11 @@
/* Enable seqno offload */
ic->ic_flags_ext |= IEEE80211_FEXT_SEQNO_OFFLOAD;
+#ifdef RTWN_WITHOUT_UCODE
+ /* Don't originate NULL data frames - let firmware do this */
+ ic->ic_flags_ext |= IEEE80211_FEXT_NO_NULLDATA;
+#endif
+
/* Adjust capabilities. */
rtwn_adj_devcaps(sc);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 29, 10:58 AM (9 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27358060
Default Alt Text
D52298.diff (430 B)
Attached To
Mode
D52298: [rtwn] don't send NULL data frames if we're compiled with firmware enabled
Attached
Detach File
Event Timeline
Log In to Comment