Page MenuHomeFreeBSD

net80211: ieee80211_swscan_bg_scan() track return variable under lock
ClosedPublic

Authored by bz on Feb 18 2023, 1:22 AM.
Tags
None
Referenced Files
F135915513: D38660.id117839.diff
Fri, Nov 14, 3:09 AM
Unknown Object (File)
Sat, Nov 1, 12:48 AM
Unknown Object (File)
Tue, Oct 28, 4:42 AM
Unknown Object (File)
Sat, Oct 25, 7:07 PM
Unknown Object (File)
Sun, Oct 19, 11:57 AM
Unknown Object (File)
Sun, Oct 19, 4:14 AM
Unknown Object (File)
Fri, Oct 17, 8:07 AM
Unknown Object (File)
Thu, Oct 16, 4:12 PM

Details

Summary

As the comment says it probably does not matter but use a local
variable to track state under lock so we can return the last known
good state of what we thought we were operating under after unlocking.

Likely no functional changes.

Sponsored by: The FreeBSD Foundation
MFC atfer: 3 days

Diff Detail

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