git: wlan: Destroy main ifp until all vaps are destroyed
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Thu Feb 5 17:06:29 PST 2015
commit cfc4faf753f80753a57cce3432222b6f59a488ea
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Thu Feb 5 21:17:27 2015 +0800
wlan: Destroy main ifp until all vaps are destroyed
The main ifp is referenced by ieee80211_vap_destroy(), so it must
be destroyed _after_ all vaps are destroyed.
Tested-by: dillon@
Summary of changes:
sys/netproto/802_11/wlan/ieee80211.c | 29 +++++++++++++-------------
sys/netproto/802_11/wlan/ieee80211_dragonfly.c | 7 ++++++-
2 files changed, 20 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cfc4faf753f80753a57cce3432222b6f59a488ea
--
DragonFly BSD source repository
More information about the Commits
mailing list