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
F109479348: D38660.diff
Wed, Feb 5, 3:18 PM
Unknown Object (File)
Tue, Jan 28, 10:47 AM
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

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