svn commit: r248127 - head/sys/net80211

Adrian Chadd adrian at FreeBSD.org
Sun Mar 10 04:38:07 UTC 2013


Author: adrian
Date: Sun Mar 10 04:38:06 2013
New Revision: 248127
URL: http://svnweb.freebsd.org/changeset/base/248127

Log:
  Kill this, it's not needed at this point and (hopefully) the parent
  has correctly locked the ic/vap.

Modified:
  head/sys/net80211/ieee80211_superg.c

Modified: head/sys/net80211/ieee80211_superg.c
==============================================================================
--- head/sys/net80211/ieee80211_superg.c	Sun Mar 10 03:52:35 2013	(r248126)
+++ head/sys/net80211/ieee80211_superg.c	Sun Mar 10 04:38:06 2013	(r248127)
@@ -534,8 +534,6 @@ ff_flush(struct mbuf *head, struct mbuf 
 	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;


More information about the svn-src-all mailing list