Kill this, it's not needed at this point and (hopefully) the parent

has correctly locked the ic/vap.
This commit is contained in:
Adrian Chadd 2013-03-10 04:38:06 +00:00
parent b9372765c6
commit b451a99ecc

View file

@ -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;