aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2023-10-02 14:30:46 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-10-05 14:28:55 +0000
commit1137943b1c5b225e30b82350ff7fb12c258ea90f (patch)
tree29a531a35d036e3f5107a900a864071be9219ed6 /ObsoleteFiles.inc
parent7d48224073ce14f0dd3db2d4e96876ac928b52f2 (diff)
downloadsrc-1137943b1c5b225e30b82350ff7fb12c258ea90f.tar.gz
src-1137943b1c5b225e30b82350ff7fb12c258ea90f.zip
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
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 09e18daa7abf..c3cc72351963 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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