From: Jouni Malinen Date: Mon, 18 Jul 2011 18:34:25 +0000 (+0300) Subject: Add CONFIG_IEEE80211N to wpa_supplicant defconfig X-Git-Tag: hostap-1-bp~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03948f423f0afd064e996914764f8a2cceb1c710;p=thirdparty%2Fhostap.git Add CONFIG_IEEE80211N to wpa_supplicant defconfig This is needed for AP mode functionality with some drivers. --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 429ff3b3a..dfdc2d30c 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -455,3 +455,6 @@ CONFIG_PEERKEY=y # should only be considered for builds that are known to be used on devices # that meet the requirements described above. #CONFIG_NO_RANDOM_POOL=y + +# IEEE 802.11n (High Throughput) support (mainly for AP mode) +#CONFIG_IEEE80211N=y