mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo (IEEE80211_S_SCAN -> IEEE80211_F_SCAN)
PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
parent
893edbea10
commit
9facf2b90a
1 changed files with 1 additions and 1 deletions
|
|
@ -1978,7 +1978,7 @@ wpi_notif_intr(struct wpi_softc *sc)
|
|||
le32toh(miss->total));
|
||||
|
||||
if (vap->iv_state == IEEE80211_S_RUN &&
|
||||
(ic->ic_flags & IEEE80211_S_SCAN) == 0) {
|
||||
(ic->ic_flags & IEEE80211_F_SCAN) == 0) {
|
||||
if (misses >= vap->iv_bmissthreshold) {
|
||||
WPI_UNLOCK(sc);
|
||||
ieee80211_beacon_miss(ic);
|
||||
|
|
|
|||
Loading…
Reference in a new issue