mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
esp_wifi: fix multicast pkts drop issue for some AP when DTIM period > 1
Closes WIFI-5076
This commit is contained in:
@@ -1853,7 +1853,7 @@ pm_keep_alive = 0x400054a8;
|
||||
/* pm_on_beacon_rx = 0x400054b4; */
|
||||
pm_on_data_rx = 0x400054c0;
|
||||
pm_on_tbtt = 0x400054cc;
|
||||
pm_parse_beacon = 0x400054d8;
|
||||
/* pm_parse_beacon = 0x400054d8;*/
|
||||
pm_process_tim = 0x400054e4;
|
||||
/*pm_rx_beacon_process = 0x400054f0;*/
|
||||
pm_rx_data_process = 0x400054fc;
|
||||
|
||||
Reference in New Issue
Block a user