]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a type in wpa_supplicant defconfig
authorJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 22:05:20 +0000 (00:05 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 22:05:20 +0000 (00:05 +0200)
ap_mode=1 explanation in CONFIG_NO_SCAN_PROCESSING=y was really supposed
to be talking about ap_scan=1.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/defconfig

index 09145f2de441b5e89a4b7f5efa40625534615ea3..5308b494b748bc7b376920c96abb13f75c93c6e5 100644 (file)
@@ -248,7 +248,7 @@ CONFIG_CTRL_IFACE=y
 # Simultaneous Authentication of Equals (SAE), WPA3-Personal
 CONFIG_SAE=y
 
-# Disable scan result processing (ap_mode=1) to save code size by about 1 kB.
+# Disable scan result processing (ap_scan=1) to save code size by about 1 kB.
 # This can be used if ap_scan=1 mode is never enabled.
 #CONFIG_NO_SCAN_PROCESSING=y