From b451a99ecce013cddf9b246bc30ff1fbb23bd8af Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 10 Mar 2013 04:38:06 +0000 Subject: [PATCH] Kill this, it's not needed at this point and (hopefully) the parent has correctly locked the ic/vap. --- sys/net80211/ieee80211_superg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/net80211/ieee80211_superg.c b/sys/net80211/ieee80211_superg.c index 4971f12cf96..d8083c2c633 100644 --- a/sys/net80211/ieee80211_superg.c +++ b/sys/net80211/ieee80211_superg.c @@ -534,8 +534,6 @@ ff_flush(struct mbuf *head, struct mbuf *last) struct ieee80211_node *ni; struct ieee80211vap *vap; - IEEE80211_TX_LOCK_ASSERT(vap->iv_ic); - for (m = head; m != last; m = next) { next = m->m_nextpkt; m->m_nextpkt = NULL;