mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_c6_rx_statistics' into 'master'
fix(wifi):fix esp32c6 rx statistics does not work Closes WIFIBUG-569 See merge request espressif/esp-idf!30859
This commit is contained in:
commit
b7a59aa212
@ -1 +1 @@
|
||||
Subproject commit c230df3c50ea1cbbf8104eb8c46c99672ae25e1b
|
||||
Subproject commit 6aa93ec85df32b54dc91c44bb0ef2d5319f757cb
|
@ -58,7 +58,7 @@ void iperf_hook_show_wifi_stats(iperf_traffic_type_t type, iperf_status_t status
|
||||
}
|
||||
#endif
|
||||
#if CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS
|
||||
if (type != IPERF_UDP_SERVER) {
|
||||
if (type != IPERF_UDP_CLIENT) {
|
||||
wifi_cmd_get_rx_statistics(0, NULL);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user