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
F84169199: D38832.id.diff
Mon, May 20, 8:09 AM
Unknown Object (File)
Fri, May 3, 4:49 AM
Unknown Object (File)
Sun, Apr 21, 3:02 AM
Unknown Object (File)
Apr 5 2024, 9:39 AM
Unknown Object (File)
Dec 21 2023, 3:39 PM
Unknown Object (File)
Dec 20 2023, 8:29 AM
Unknown Object (File)
Dec 16 2023, 11:58 AM
Unknown Object (File)
Dec 12 2023, 2:54 PM

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 Passed
Unit
No Test Coverage
Build Status
Buildable 50072
Build 46964: arc lint + arc unit