]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: 802.11: use ieee80211_beacon_miss()
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 30 Apr 2022 07:57:34 +0000 (07:57 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 4 May 2022 13:13:06 +0000 (13:13 +0000)
commit1a86fec11b006d5e3f80c37a90b46f1dc95ba236
treefbf9f79e9bac6950e43d423622bbf19e1a3bdf0e
parentd5e65e74ebe77b4c1aecd30b985562587f15d581
LinuxKPI: 802.11: use ieee80211_beacon_miss()

In ieee80211_beacon_loss() call into net80211::ieee80211_beacon_miss()
rather than manually bouncing our state.  That should give us the
ability to send a probereq and see if the AP is till there rather than
right away going to scan.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 3540911bfdd83ce69d1c436f6773becefef403fa)
sys/compat/linuxkpi/common/src/linux_80211.c