Add a missing unlock.

This commit is contained in:
Adrian Chadd 2013-07-05 22:10:50 +00:00
parent 74e0b3f151
commit 0933e74b10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252847

View File

@ -1142,6 +1142,7 @@ mesh_transmit_to_gate(struct ieee80211vap *vap, struct mbuf *m,
m = ieee80211_encap(vap, ni, m);
if (m == NULL) {
/* NB: stat+msg handled in ieee80211_encap */
IEEE80211_TX_UNLOCK(ic);
ieee80211_free_node(ni);
return;
}