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
Unknown Object (File)
Sun, Apr 19, 7:56 AM
Unknown Object (File)
Wed, Apr 15, 10:42 PM
Unknown Object (File)
Tue, Apr 7, 7:55 AM
Unknown Object (File)
Mon, Apr 6, 8:00 PM
Unknown Object (File)
Mon, Apr 6, 5:53 AM
Unknown Object (File)
Sun, Apr 5, 10:23 PM
Unknown Object (File)
Sat, Apr 4, 2:19 PM
Unknown Object (File)
Wed, Apr 1, 5:44 AM

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