Revert "Enable support of Automatic Channel Selection"
This reverts commit bf66d81221a4b91df428d0e418cd6985c179bf8a.
Bug: 71878020
Test: manual
Manual test
-----------
- enable 5 GHz wifi hotspot from settings
$ adb logcat -d -b main hostapd '*:S' -e 'ACS' | wc -l
0
- verify that another phone shows walleye's softap in scan results
Change-Id: Icadceb12c5422d57314c40c73858b1ee33be0258
diff --git a/hostapd/android.config b/hostapd/android.config
index 89b13d2..08d21f0 100644
--- a/hostapd/android.config
+++ b/hostapd/android.config
@@ -210,6 +210,3 @@
# /dev/urandom earlier in boot' seeds /dev/urandom with that entropy before
# either wpa_supplicant or hostapd are run.
CONFIG_NO_RANDOM_POOL=y
-
-# Enable support of Automatic Channel Selection
-CONFIG_ACS=y