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)
Sun, Jan 19, 4:12 PM
Unknown Object (File)
Nov 21 2024, 9:40 PM
Unknown Object (File)
Nov 20 2024, 2:58 PM
Unknown Object (File)
Nov 16 2024, 12:37 PM
Unknown Object (File)
Oct 28 2024, 8:04 AM
Unknown Object (File)
Oct 26 2024, 10:47 PM
Unknown Object (File)
Oct 18 2024, 10:44 AM
Unknown Object (File)
Oct 18 2024, 7:06 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