HomeFreeBSD

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

Description

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

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
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D38832

Details

Provenance
bzAuthored on Mar 14 2023, 9:00 PM
Reviewer
adrian
Differential Revision
D38832: net80211: define mask for ss_flags rather than using hardcoded 0xfff
Parents
rG6c9fe357435d: netmap: get rid of save_if_input for emulated adapters
Branches
Unknown
Tags
Unknown