mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(wifi):esp32c6 wifi rx statistics is always zero
This commit is contained in:
Submodule components/esp_wifi/lib updated: c230df3c50...6aa93ec85d
@ -58,7 +58,7 @@ void iperf_hook_show_wifi_stats(iperf_traffic_type_t type, iperf_status_t status
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_ESP_WIFI_ENABLE_WIFI_RX_STATS
|
#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);
|
wifi_cmd_get_rx_statistics(0, NULL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user