OSDN Git Service

Revert "wpa_supplicant: Explicitly enable 802.11n and 802.11d for qcwcn"
authorIliyan Malchev <malchev@google.com>
Tue, 11 Sep 2012 00:12:53 +0000 (17:12 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 11 Sep 2012 00:12:53 +0000 (17:12 -0700)
This reverts commit 5d03c02c2828db5e40f92774dc78903d69677b20

Change-Id: I27492d70600007f6a1230b166e03c7a47ad63788

src/ap/ap_config.c

index 2af2a8e..2c633d9 100644 (file)
@@ -158,14 +158,6 @@ struct hostapd_config * hostapd_config_defaults(void)
 
        conf->ht_capab = HT_CAP_INFO_SMPS_DISABLED;
 
-#ifdef ANDROID_QCOM_WCN
-       conf->ieee80211n = 1;
-
-       /* Enable ieee80211d and set US as default country */
-       conf->ieee80211d = 1;
-       os_memcpy(conf->country, "US ", 3);
-#endif
-
        return conf;
 }