From: Yegor Yefremov Date: Tue, 12 Apr 2022 17:08:19 +0000 (+0200) Subject: wpa_supplicant: Add the CONFIG_HE_OVERRIDES option to the defconfig X-Git-Tag: hostap_2_11~2053 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52e2516f1df38ed7b07cf242d04ffcfe214aef73;p=thirdparty%2Fhostap.git wpa_supplicant: Add the CONFIG_HE_OVERRIDES option to the defconfig Signed-off-by: Yegor Yefremov --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 1d6b062db..b5f8c0103 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -206,6 +206,9 @@ CONFIG_SMARTCARD=y # Support VHT overrides (disable VHT, mask MCS rates, etc.) #CONFIG_VHT_OVERRIDES=y +# Support HE overrides +#CONFIG_HE_OVERRIDES=y + # Development testing #CONFIG_EAPOL_TEST=y