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
commit0c89058a209e7829ec4f3f3bfbc8b5b43c4c86a5 (patch)
tree32ced286387c583428e47efc0224d4f29a7f3144 /package/hostapd/files
parentdfde2c885d0158e4ef58b039f230fc7983124dda (diff)
downloadmaster-187ad058-0c89058a209e7829ec4f3f3bfbc8b5b43c4c86a5.tar.gz
master-187ad058-0c89058a209e7829ec4f3f3bfbc8b5b43c4c86a5.tar.bz2
master-187ad058-0c89058a209e7829ec4f3f3bfbc8b5b43c4c86a5.zip
hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14224 3c298f89-4303-0410-b956-a3cf2f4a3e73
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