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

Daniel Williams dcbw at fedoraproject.org
Wed May 15 13:19:07 UTC 2013


commit 509e8fb64c4b403479c2d8c55386fef1b5cb1ef0
Author: Dan Williams <dcbw at redhat.com>
Date:   Wed May 15 08:19:22 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 76d1ac2..4f266ac 100644
--- a/wpa_supplicant.spec
+++ b/wpa_supplicant.spec
@@ -5,7 +5,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Epoch: 1
 Version: 1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Base
 Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz
@@ -232,6 +232,9 @@ fi
 %postun -n libeap -p /sbin/ldconfig
 
 %changelog
+* Wed May 15 2013 Dan Williams <dcbw at redhat.com> - 1:1.1-2
+- Enable HT (802.11n) for AP mode
+
 * Mon Apr  1 2013 Dan Williams <dcbw at redhat.com> - 1:1.1-1
 - Update to 1.1
 - Be less aggressive when roaming due to signal strength changes


More information about the scm-commits mailing list