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)
Tue, Sep 15, 5:01 PM
Unknown Object (File)
Tue, Sep 15, 11:18 AM
Unknown Object (File)
Sun, Sep 13, 11:45 PM
Unknown Object (File)
Sun, Sep 13, 3:59 PM
Unknown Object (File)
Sun, Sep 13, 2:57 PM
Unknown Object (File)
Sun, Sep 13, 4:49 AM
Unknown Object (File)
Sun, Sep 13, 12:37 AM
Unknown Object (File)
Sat, Sep 12, 2:57 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 66701
Build 63584: arc lint + arc unit

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