summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-03-10 04:38:06 +0000
committeradrian <adrian@FreeBSD.org>2013-03-10 04:38:06 +0000
commite4cecd0fe3c38ccf2f1af4322267b6e56eb40749 (patch)
tree28357fcc8ad0601e1f0922076aa79b69eabfba87
parentb1fd5c3055731d65a6e8773ae29571682c0d9578 (diff)
downloadFreeBSD-src-e4cecd0fe3c38ccf2f1af4322267b6e56eb40749.zip
FreeBSD-src-e4cecd0fe3c38ccf2f1af4322267b6e56eb40749.tar.gz
Kill this, it's not needed at this point and (hopefully) the parent
has correctly locked the ic/vap.
-rw-r--r--sys/net80211/ieee80211_superg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_superg.c b/sys/net80211/ieee80211_superg.c
index 4971f12..d8083c2 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;
OpenPOWER on IntegriCloud