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)
Wed, Mar 27, 11:00 AM
Unknown Object (File)
Feb 21 2024, 11:18 PM
Unknown Object (File)
Jan 5 2024, 10:03 PM
Unknown Object (File)
Jan 3 2024, 7:07 AM
Unknown Object (File)
Dec 20 2023, 8:31 AM
Unknown Object (File)
Dec 17 2023, 11:34 PM
Unknown Object (File)
Oct 19 2023, 7:18 AM
Unknown Object (File)
Sep 17 2023, 6:51 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