HomeFreeBSD

net80211: remove ieee80211_unref_node()

Description

net80211: remove ieee80211_unref_node()

ieee80211_unref_node() was only used in two error cases in
ieee80211_send_nulldata(). There we do not need to guard against
ni pointer reuse after decrementing the refcount of the ni as we
only update the stats and return.

Update the man page and remove the link for the now gone function.

Sponsored by: The FreeBSD Foundation
X-MFC: never
Reviewed by: adrian, emaste
Differential Revision: https://reviews.freebsd.org/D42035

Details

Provenance
bzAuthored on Oct 2 2023, 2:30 PM
Reviewer
adrian
Differential Revision
D42035: net80211: remove ieee80211_unref_node()
Parents
rG7d48224073ce: netlink: fix accessing freed memory
Branches
Unknown
Tags
Unknown