]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
net80211: fix 'taskqueue_drain with non-sleepable locks held' warning
authorAndriy Voskoboinyk <avos@FreeBSD.org>
Sun, 28 Feb 2016 23:35:03 +0000 (23:35 +0000)
committerAndriy Voskoboinyk <avos@FreeBSD.org>
Sun, 28 Feb 2016 23:35:03 +0000 (23:35 +0000)
commit60d75eb64c555367a7529ca977c9e443dd91a6b9
tree6e91e729cfcefa601b96c827ceb3faba37b24cc4
parent6cf621e08c188d951372da7ca2cd0c2bb72a57f4
net80211: fix 'taskqueue_drain with non-sleepable locks held' warning

Do not run ieee80211_waitfor_parent() when it's not needed.

Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D5446
sys/net80211/ieee80211_ioctl.c