mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Kill this, it's not needed at this point and (hopefully) the parent
has correctly locked the ic/vap.
This commit is contained in:
parent
b9372765c6
commit
b451a99ecc
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue