]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux_80211: Don't dequeue lsta if not queued
authorColin Percival <cperciva@FreeBSD.org>
Sun, 5 Mar 2023 20:10:57 +0000 (12:10 -0800)
committerColin Percival <cperciva@FreeBSD.org>
Sun, 5 Mar 2023 20:16:22 +0000 (12:16 -0800)
commit3689f8aeab82150da6789be87b6c2f9385810c23
treed67187c7663d0e3d2a4027564cce9e2cd427e721
parentc237c10a2346dec422233db05b2012afd45363fa
linux_80211: Don't dequeue lsta if not queued

This fixes an instapanic when restarting wpa_supplicant on my laptop's
iwlwifi device.  After this change, iwlwifi enters a nonfunctional
state if wpa_supplicant is restarted, but "service netif restart wlan0"
is enough to get it working again.

releng/13.2 candidate.

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