diff mbox series

[08/18] defconfig: enable simple bgscan module

Message ID 20190219134421.663957-9-lkundrak@v3.sk
State Accepted
Headers show
Series defconfig: enable commonly used set of options | expand

Commit Message

Lubomir Rintel Feb. 19, 2019, 1:44 p.m. UTC
Generally useful. Linux distros enable this and also utilize it via
NetworkManager.

Debian also enables the learn module. I'm leaving it off as it's marked
experimental.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 wpa_supplicant/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index 7d386a015..50d062ed9 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -594,7 +594,7 @@  CONFIG_WIFI_DISPLAY=y
 # operations for roaming within an ESS (same SSID). See the bgscan parameter in
 # the wpa_supplicant.conf file for more details.
 # Periodic background scans based on signal strength
-#CONFIG_BGSCAN_SIMPLE=y
+CONFIG_BGSCAN_SIMPLE=y
 # Learn channels used by the network and try to avoid bgscans on other
 # channels (experimental)
 #CONFIG_BGSCAN_LEARN=y