From ff5dac70b7110e0505ac015cbf1ecdd10045173a Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 24 Sep 2024 16:45:25 +0200 Subject: [PATCH] fix(wifi_remote): Update per v5.4 espressif/esp-idf@97e42349 --- .../esp_wifi_remote/idf_v5.4/Kconfig.soc_wifi_caps.in | 2 +- components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/esp_wifi_remote/idf_v5.4/Kconfig.soc_wifi_caps.in b/components/esp_wifi_remote/idf_v5.4/Kconfig.soc_wifi_caps.in index 032f3f366a..d01366aba9 100644 --- a/components/esp_wifi_remote/idf_v5.4/Kconfig.soc_wifi_caps.in +++ b/components/esp_wifi_remote/idf_v5.4/Kconfig.soc_wifi_caps.in @@ -266,7 +266,7 @@ if SLAVE_IDF_TARGET_ESP32C5 bool default y - config SLAVE_SOC_WIFI_HE_SUPPORT_5G + config SLAVE_SOC_WIFI_SUPPORT_5G bool default y diff --git a/components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in b/components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in index 736a13eef3..d82c6aafd8 100644 --- a/components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in +++ b/components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in @@ -634,28 +634,28 @@ config ESP_WIFI_ENABLE_DUMP_HESIGB bool "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs" - depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G + depends on SLAVE_SOC_WIFI_SUPPORT_5G default "n" help Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs. config ESP_WIFI_ENABLE_DUMP_MU_CFO bool "Enable Wi-Fi dump MU CFO" - depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G + depends on SLAVE_SOC_WIFI_SUPPORT_5G default "n" help Enable Wi-Fi dump MU CFO. config ESP_WIFI_ENABLE_DUMP_CTRL_NDPA bool "Enable Wi-Fi dump NDPA frames" - depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G + depends on SLAVE_SOC_WIFI_SUPPORT_5G default "n" help Enable Wi-Fi dump NDPA frames. config ESP_WIFI_ENABLE_DUMP_CTRL_BFRP bool "Enable Wi-Fi dump BFRP frames" - depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G + depends on SLAVE_SOC_WIFI_SUPPORT_5G default "n" help Enable Wi-Fi dump BFRP frames.