git: a75a3d7afcc8 - releng/13.3 - Bump __FreeBSD_version for net80211 'struct ieee80211vap' changes

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Mon, 19 Feb 2024 16:10:24 UTC
The branch releng/13.3 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=a75a3d7afcc88dc0bc9b2797cce983056acadf10

commit a75a3d7afcc88dc0bc9b2797cce983056acadf10
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-02-19 08:35:44 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-02-19 16:09:05 +0000

    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)
---
 UPDATING        | 6 ++++++
 sys/sys/param.h | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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,