Page MenuHomeFreeBSD

[net80211] add support for drivers to disable sending NULL data frames
ClosedPublic

Authored by adrian on Aug 31 2025, 3:07 AM.
Referenced Files
Unknown Object (File)
Fri, May 22, 12:39 PM
Unknown Object (File)
Mon, May 18, 11:42 AM
Unknown Object (File)
Thu, May 14, 12:23 AM
Unknown Object (File)
Mon, May 11, 11:06 PM
Unknown Object (File)
Mon, May 11, 4:24 PM
Unknown Object (File)
Mon, May 11, 5:22 AM
Unknown Object (File)
Sun, May 10, 5:13 PM
Unknown Object (File)
Sat, May 9, 9:41 PM

Details

Summary

net80211 has various places where null data / null qos data frames
are sent. However plenty of NICs shouldn't be sending them from
net80211 and it may even upset their 802.11n window / sequence number
tracking.

So add support here.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz added a subscriber: bz.
bz added inline comments.
sys/net80211/ieee80211_output.c
1085

Comments end in a .

1086

style.9: if ((ic->ic_flags_ext & IEEE80211_FEXT_NO_NULLDATA) != 0)

This revision is now accepted and ready to land.Sep 1 2025, 1:17 AM