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
Unknown Object (File)
Sat, Jan 18, 9:42 PM
Unknown Object (File)
Oct 30 2024, 1:19 PM
Unknown Object (File)
Oct 21 2024, 1:20 PM
Unknown Object (File)
Oct 21 2024, 1:20 PM
Unknown Object (File)
Oct 21 2024, 1:05 PM
Unknown Object (File)
Oct 2 2024, 5:31 AM
Unknown Object (File)
Sep 22 2024, 7:53 PM
Unknown Object (File)
Sep 22 2024, 2:11 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