Page MenuHomeFreeBSD

net80211: define mask for ss_flags rather than using hardcoded 0xfff
ClosedPublic

Authored by bz on Feb 28 2023, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 21, 4:25 AM
Unknown Object (File)
Fri, Oct 10, 6:18 PM
Unknown Object (File)
Fri, Oct 3, 10:45 AM
Unknown Object (File)
Sep 13 2025, 1:29 PM
Unknown Object (File)
Sep 2 2025, 2:24 PM
Unknown Object (File)
Jul 29 2025, 11:52 AM
Unknown Object (File)
Jul 29 2025, 8:23 AM
Unknown Object (File)
Jul 29 2025, 7:53 AM

Details

Summary

scan state ss_flags in two places cut off the "internal" GOTPICK
options. Replace the hardcoded 0xfff with a defined mask.
Note that "internal" flags is confusing as we also supplement the
the 16bit by another 16bit of "internal flags" passed around but
comaparing to GOTPICK never stored to my understanding.

No functional change.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable