Page MenuHomeFreeBSD

net80211: separate mbuf cleanup from ieee80211_fragment()
ClosedPublic

Authored by avos on Oct 1 2015, 3:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 17 2024, 12:07 PM
Unknown Object (File)
Oct 17 2024, 12:07 PM
Unknown Object (File)
Oct 17 2024, 12:06 PM
Unknown Object (File)
Oct 17 2024, 12:06 PM
Unknown Object (File)
Oct 17 2024, 12:06 PM
Unknown Object (File)
Oct 17 2024, 11:46 AM
Unknown Object (File)
Sep 24 2024, 3:06 AM
Unknown Object (File)
Sep 24 2024, 3:03 AM
Subscribers

Details

Summary

Add ieee80211_free_mbuf() (it will free fragments correctly).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to net80211: separate mbuf cleanup from ieee80211_fragment().
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added a reviewer: adrian.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
avos updated this object.

Fix memory leak in the ieee80211_parent_xmitpkt().

avos updated this object.

Replace similar implementations in uath(4) and ath(4).

This revision was automatically updated to reflect the committed changes.