Skip to content

Commit ff5dac7

Browse files
committed
fix(wifi_remote): Update per v5.4 espressif/esp-idf@97e42349
1 parent 50c113e commit ff5dac7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/esp_wifi_remote/idf_v5.4/Kconfig.soc_wifi_caps.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ if SLAVE_IDF_TARGET_ESP32C5
266266
bool
267267
default y
268268

269-
config SLAVE_SOC_WIFI_HE_SUPPORT_5G
269+
config SLAVE_SOC_WIFI_SUPPORT_5G
270270
bool
271271
default y
272272

components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,28 +634,28 @@
634634

635635
config ESP_WIFI_ENABLE_DUMP_HESIGB
636636
bool "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs"
637-
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
637+
depends on SLAVE_SOC_WIFI_SUPPORT_5G
638638
default "n"
639639
help
640640
Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs.
641641

642642
config ESP_WIFI_ENABLE_DUMP_MU_CFO
643643
bool "Enable Wi-Fi dump MU CFO"
644-
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
644+
depends on SLAVE_SOC_WIFI_SUPPORT_5G
645645
default "n"
646646
help
647647
Enable Wi-Fi dump MU CFO.
648648

649649
config ESP_WIFI_ENABLE_DUMP_CTRL_NDPA
650650
bool "Enable Wi-Fi dump NDPA frames"
651-
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
651+
depends on SLAVE_SOC_WIFI_SUPPORT_5G
652652
default "n"
653653
help
654654
Enable Wi-Fi dump NDPA frames.
655655

656656
config ESP_WIFI_ENABLE_DUMP_CTRL_BFRP
657657
bool "Enable Wi-Fi dump BFRP frames"
658-
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
658+
depends on SLAVE_SOC_WIFI_SUPPORT_5G
659659
default "n"
660660
help
661661
Enable Wi-Fi dump BFRP frames.

0 commit comments

Comments
 (0)