Merge "Revert "wpa_supplicant: Explicitly enable 802.11n and 802.11d for qcwcn"" into jb-mr1-dev
diff --git a/src/ap/ap_config.c b/src/ap/ap_config.c
index fd2d4d5..31e1c19 100644
--- a/src/ap/ap_config.c
+++ b/src/ap/ap_config.c
@@ -158,14 +158,6 @@
 
 	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;
 }