diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-27 20:05:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-27 20:05:11 +0000 |
commit | fe48f4cac0351f01aa7cea32fb84706021b30f38 (patch) | |
tree | 3daea43ed7c4937dddb5bd33ad2a39c5d32a27d0 /package/hostapd/files/default.config | |
parent | a75c40c66fbb6b6a9e953e3267d5e36bec0be946 (diff) | |
download | upstream-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/default.config')
-rw-r--r-- | package/hostapd/files/default.config | 3 |
1 files changed, 3 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 |