aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-27 20:05:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-27 20:05:11 +0000
commitfe48f4cac0351f01aa7cea32fb84706021b30f38 (patch)
tree3daea43ed7c4937dddb5bd33ad2a39c5d32a27d0 /package/hostapd/files
parenta75c40c66fbb6b6a9e953e3267d5e36bec0be946 (diff)
downloadupstream-fe48f4cac0351f01aa7cea32fb84706021b30f38.tar.gz
upstream-fe48f4cac0351f01aa7cea32fb84706021b30f38.tar.bz2
upstream-fe48f4cac0351f01aa7cea32fb84706021b30f38.zip
hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k)
SVN-Revision: 14224
Diffstat (limited to 'package/hostapd/files')
-rw-r--r--package/hostapd/files/default.config3
-rw-r--r--package/hostapd/files/mini.config3
2 files changed, 6 insertions, 0 deletions
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