[wpa_supplicant/f19] Enable HT (802.11n) for AP mode

Daniel Williams dcbw at fedoraproject.org
Wed May 15 13:21:02 UTC 2013


commit cdc649698447b3f29fd2f3e6bb36bb6f499b1620
Author: Dan Williams <dcbw at redhat.com>
Date:   Wed May 15 08:21:18 2013 -0500

    Enable HT (802.11n) for AP mode

 build-config        |    1 +
 wpa_supplicant.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/build-config b/build-config
index fdbb0d6..6471bbf 100644
--- a/build-config
+++ b/build-config
@@ -34,3 +34,4 @@ CONFIG_BGSCAN_SIMPLE=y
 CONFIG_AP=y
 CONFIG_P2P=y
 CONFIG_IBSS_RSN=y
+CONFIG_IEEE80211N=y
diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec
index ac3eb12..af81526 100644
--- a/wpa_supplicant.spec
+++ b/wpa_supplicant.spec
@@ -7,7 +7,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Epoch: 1
 Version: 2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz
@@ -240,6 +240,9 @@ fi
 %postun -n libeap -p /sbin/ldconfig
 
 %changelog
+* Wed May 15 2013 Dan Williams <dcbw at redhat.com> - 1:2.0-3
+- Enable HT (802.11n) for AP mode
+
 * Tue May  7 2013 Dan Williams <dcbw at redhat.com> - 1:2.0-2
 - Use hardened build macros and ensure they apply to libeap too
 


More information about the scm-commits mailing list