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)
Fri, Apr 5, 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
Unknown Object (File)
Sep 5 2023, 4:44 AM
Unknown Object (File)
Aug 15 2023, 2:32 AM
Unknown Object (File)
Aug 15 2023, 12:59 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