]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11 scan update
authorBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 16 Feb 2022 03:00:34 +0000 (03:00 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 16 Feb 2022 03:11:01 +0000 (03:11 +0000)
commitd3ef7fb459ff924911e5276db0c04b13cd8074d9
tree51a86f93d39ea6e568a9d8be8500da0b75413601
parent26b08c5d21b5cf40c5f55f123e879dc1477be9a3
LinuxKPI: 802.11 scan update

Realtek's rtw88 is returning a hard-coded 1 in case they cannot
hw_scan (fw not advertising it).  In that case if we want any scan
to run we need to fall-back to sw scan.  Start dealing with this.
Long-term we probably need to keep internal state.

MFC after: 3 days
sys/compat/linuxkpi/common/src/linux_80211.c