From c452e45a313d8e78856bca0a8e7108685f00c45d Mon Sep 17 00:00:00 2001 From: John W. Linville Date: Jan 14 2010 19:31:27 +0000 Subject: Enable 802.11n support --- diff --git a/hostapd.spec b/hostapd.spec index 26f8036..f03186d 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -1,6 +1,6 @@ Name: hostapd Version: 0.6.9 -Release: 6%{?dist} +Release: 7%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator Group: System Environment/Daemons License: BSD @@ -55,7 +55,8 @@ cd hostapd cat defconfig | sed -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \ -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \ -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \ - -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' > .config + -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \ + -e '/^#CONFIG_IEEE80211N=y/s/^#//' > .config make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS" @@ -141,6 +142,9 @@ fi %changelog +* Thu Dec 17 2009 John W. Linville - 0.6.9-7 +- Enable 802.11n support + * Thu Dec 17 2009 John W. Linville - 0.6.9-6 - Enable RADIUS server - Enable "wired" and "none" drivers