Remove gratuitous unlock in error case.
Reviewed by: sam
This commit is contained in:
parent
78c7bc43de
commit
0b1611b4f0
@ -2134,7 +2134,6 @@ iwn_start_locked(struct ifnet *ifp)
|
||||
if (iwn_tx_data(sc, m, ni, txq) != 0) {
|
||||
ifp->if_oerrors++;
|
||||
ieee80211_free_node(ni);
|
||||
IWN_UNLOCK(sc);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user