aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2024-02-19 08:35:44 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2024-02-19 16:09:05 +0000
commita75a3d7afcc88dc0bc9b2797cce983056acadf10 (patch)
treeb80b4f94a5e1f09ec65acded12143207afac2ee6
parent9b998db87c28356fce21784c4f8bfb8737615e1f (diff)
downloadsrc-a75a3d7afcc88dc0bc9b2797cce983056acadf10.tar.gz
src-a75a3d7afcc88dc0bc9b2797cce983056acadf10.zip
Bump __FreeBSD_version for net80211 'struct ieee80211vap' changes
Change 9b998db87c28 changed 'struct ieee80211vap' internals in net80211. Given we do not have enough spares and the struct is allocated by drivers, all wireless drivers have to be recompiled. __FreeBSD_version is updated to 1303001 to track this change. Approved by: re (cperciva)
-rw-r--r--UPDATING6
-rw-r--r--sys/sys/param.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 8e7fa2999475..931c58a42ada 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,12 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
+20240218:
+ Change 9b998db87c28 changed 'struct ieee80211vap' internals in net80211.
+ Given we do not have enough spares and the struct is allocated by
+ drivers, all wireless drivers have to be recompiled.
+ __FreeBSD_version is updated to 1303001 to track this change.
+
20240207:
sendmail 8.18.1 has been imported and merged. This version enforces
stricter RFC compliance by default, especially with respect to line
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 21c9593c6635..c36485bd132a 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1303000 /* Master, propagated to newvers */
+#define __FreeBSD_version 1303001 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,