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)
Sat, Aug 29, 8:35 PM
Unknown Object (File)
Thu, Aug 27, 7:50 PM
Unknown Object (File)
Thu, Aug 27, 7:38 PM
Unknown Object (File)
Thu, Aug 27, 5:35 AM
Unknown Object (File)
Tue, Aug 25, 4:38 PM
Unknown Object (File)
Tue, Aug 25, 7:59 AM
Unknown Object (File)
Mon, Aug 24, 10:18 AM
Unknown Object (File)
Sun, Aug 23, 12:48 AM

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