K 10 svn:author V 6 adrian K 8 svn:date V 27 2015-10-12T03:27:08.876050Z K 7 svn:log V 398 net80211: separate mbuf cleanup from ieee80211_fragment() * Create ieee80211_free_mbuf() which frees a list of mbufs. * Use it in the fragment transmit path and ath / uath transmit paths. * Call it in xmit_pkt() if the transmission fails; otherwise fragments may be leaked. This should be a big no-op. Submitted by: Differential Revision: https://reviews.freebsd.org/D3769 END