From: Jouni Malinen Date: Sun, 23 Feb 2020 22:05:20 +0000 (+0200) Subject: Fix a type in wpa_supplicant defconfig X-Git-Tag: hostap_2_10~1751 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f84a93f651b3dbe2bdd5c914c7e8f55be08a878;p=thirdparty%2Fhostap.git Fix a type in wpa_supplicant defconfig 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 --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 09145f2de..5308b494b 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -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