diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2012-02-28 11:27:19 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-28 11:27:19 -0800 |
| commit | 950d1568eb203b1f9e09ecfa7a0ba575ee2f0172 (patch) | |
| tree | f35c6b7baab9f67f4e6e6bd051641998398318f3 | |
| parent | e5c41fbfc1840bd63ff386e95fb69b084db4e332 (diff) | |
| parent | 707d629a91e88ffffd8f0cc7b9baabbf00d0ace1 (diff) | |
| download | android_external_wpa_supplicant_8-950d1568eb203b1f9e09ecfa7a0ba575ee2f0172.tar.gz android_external_wpa_supplicant_8-950d1568eb203b1f9e09ecfa7a0ba575ee2f0172.tar.bz2 android_external_wpa_supplicant_8-950d1568eb203b1f9e09ecfa7a0ba575ee2f0172.zip | |
Merge "hostapd: Enable CONFIG_IEEE80211N option"
| -rw-r--r-- | hostapd/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 8341d4b0..f51a5bfe 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -138,7 +138,7 @@ CONFIG_IPV6=y #CONFIG_DRIVER_RADIUS_ACL=y # IEEE 802.11n (High Throughput) support -#CONFIG_IEEE80211N=y +CONFIG_IEEE80211N=y # Remove debugging code that is printing out debug messages to stdout. # This can be used to reduce the size of the hostapd considerably if debugging |
