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
F166022608: D52297.id161760.diff
Tue, Aug 11, 3:18 AM
Unknown Object (File)
Sun, Aug 9, 3:42 PM
Unknown Object (File)
Sun, Aug 9, 2:47 AM
Unknown Object (File)
Sat, Aug 8, 7:47 PM
Unknown Object (File)
Sat, Aug 8, 4:17 PM
Unknown Object (File)
Sat, Aug 8, 5:34 AM
Unknown Object (File)
Fri, Aug 7, 6:05 AM
Unknown Object (File)
Sun, Aug 2, 5:00 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