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
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20231005: Remove man page link for now gone net80211 function.
|
||||
OLD_FILES+=usr/share/man/man9/ieee80211_unref_node.9.gz
|
||||
|
||||
# 20231005: bsdconfig remove support for floppy and ftp
|
||||
OLD_FILES+=usr/share/bsdconfig/media/floppy.subr
|
||||
OLD_FILES+=usr/share/bsdconfig/media/ftp.subr
|
||||
|
||||
Reference in New Issue
Block a user