Remove gratuitous unlock in error case.

Reviewed by:	sam
This commit is contained in:
jmallett 2009-03-24 00:08:58 +00:00
parent 78c7bc43de
commit 0b1611b4f0

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