From fe48f4cac0351f01aa7cea32fb84706021b30f38 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 27 Jan 2009 20:05:11 +0000 Subject: hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k) SVN-Revision: 14224 --- package/hostapd/files/default.config | 3 +++ package/hostapd/files/mini.config | 3 +++ 2 files changed, 6 insertions(+) (limited to 'package/hostapd/files') diff --git a/package/hostapd/files/default.config b/package/hostapd/files/default.config index 7e7555f71e..2414bd3520 100644 --- a/package/hostapd/files/default.config +++ b/package/hostapd/files/default.config @@ -128,3 +128,6 @@ CONFIG_IPV6=y # IEEE 802.11r. This draft is still subject to change, so it should be noted # that this version may not comply with the final standard. #CONFIG_IEEE80211R=y + +# IEEE 802.11n (High Throughput) support +CONFIG_IEEE80211N=y diff --git a/package/hostapd/files/mini.config b/package/hostapd/files/mini.config index 0d13b1ed45..e50fb3ce70 100644 --- a/package/hostapd/files/mini.config +++ b/package/hostapd/files/mini.config @@ -128,3 +128,6 @@ CONFIG_PEERKEY=y # IEEE 802.11r. This draft is still subject to change, so it should be noted # that this version may not comply with the final standard. #CONFIG_IEEE80211R=y + +# IEEE 802.11n (High Throughput) support +CONFIG_IEEE80211N=y -- cgit v1.2.3