Page MenuHomeFreeBSD

[net80211] clean up M_SEQNO_SET and M_SEQNO_GET() to always limit to the sequence number range
ClosedPublic

Authored by adrian on Aug 31 2025, 3:09 AM.
Referenced Files
F132218045: D52302.diff
Tue, Oct 14, 9:38 PM
Unknown Object (File)
Sun, Oct 12, 9:28 PM
Unknown Object (File)
Sun, Oct 12, 2:04 AM
Unknown Object (File)
Sat, Oct 11, 8:04 PM
Unknown Object (File)
Sat, Oct 11, 6:33 AM
Unknown Object (File)
Sat, Oct 11, 6:33 AM
Unknown Object (File)
Sat, Oct 11, 6:33 AM
Unknown Object (File)
Fri, Oct 10, 11:16 PM

Details

Summary

Use '% IEEE80211_SEQ_RANGE' to limit the sequence numbers being
stored and retrieved to 0..4095 inclusive.

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_freebsd.h
348

I.e.,

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