Skip to content

Commit

Permalink
fix(wifi_remote): Update per v5.4 espressif/esp-idf@97e42349
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Sep 26, 2024
1 parent 50c113e commit ff5dac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ff5dac7

Please sign in to comment.