Remove gratuitous unlock in error case.

Reviewed by:	sam
This commit is contained in:
Juli Mallett 2009-03-24 00:08:58 +00:00
parent 6c0af71bdc
commit 1b344bf7d7

View File

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