]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: improve scan handling
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 10 Jun 2023 21:53:56 +0000 (21:53 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 10 Jun 2023 23:04:40 +0000 (23:04 +0000)
commit3206587a20de9810b549ba8fd0032f7ab884bbec
tree7d5be4f09a6455d8dcbf41056ffdd2437dc37cb0
parent4e8d558c9d1cf3e7e424e3fb123b01979c3d57f2
LinuxKPI: 802.11: improve scan handling

Under certain circumstances a hw_scan may be downgraded to a software
scan.  Handle these situations better and make sure we free resources
in all cases once. [1]

Also leave a note about scanning all bands (or we would have to switch
bands manually).

In both cases hardware doing and driver saying seem not entirely
consistent for all and all firmware.

Sponsored by: The FreeBSD Foundation
MFC after: 10 days
Reported by: imp [1]
sys/compat/linuxkpi/common/src/linux_80211.c
sys/compat/linuxkpi/common/src/linux_80211_macops.c