Enable CONFIG_IEEE80211BE

Resolves: RHEL-58728

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
Davide Caratti 2025-02-13 18:32:28 +01:00
parent cf9f00957a
commit ffb0c73073

View File

@ -2,7 +2,7 @@
Name: hostapd
Version: 2.11
Release: 1%{?dist}
Release: 2%{?dist}
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
License: BSD-3-Clause
URL: http://w1.fi/hostapd
@ -76,6 +76,7 @@ cat defconfig | sed \
-e '/^#CONFIG_IEEE80211R=y/s/^#//' \
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
-e '/^#CONFIG_IEEE80211AX=y/s/^#//' \
-e '/^#CONFIG_IEEE80211BE=y/s/^#//' \
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
-e '/^#CONFIG_ACS=y/s/^#//' \
@ -192,6 +193,10 @@ fi
%{_sysconfdir}/logwatch/scripts/services/%{name}
%changelog
* Thu Feb 13 2025 Davide Caratti <dcaratti@redhat.com> - 2.11-2
- Enable CONFIG_IEEE80211BE
Resolves: RHEL-58728
* Thu Dec 12 2024 Davide Caratti <dcaratti@redhat.com> - 2.11-1
- Update to upstream version 2.11
Resolves: RHEL-58728, RHEL-43497