mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/fix_multicast_issue_v4.3' into 'release/v4.3'
esp_wifi: fix multicast pkts drop issue for some AP when DTIM period > 1(v4.3) See merge request espressif/esp-idf!21998
This commit is contained in:
@@ -1548,7 +1548,7 @@ pm_keep_alive = 0x40001678;
|
||||
/* pm_on_beacon_rx = 0x4000167c; */
|
||||
pm_on_data_rx = 0x40001680;
|
||||
pm_on_tbtt = 0x40001684;
|
||||
pm_parse_beacon = 0x40001688;
|
||||
/* pm_parse_beacon = 0x40001688; */
|
||||
pm_process_tim = 0x4000168c;
|
||||
/*pm_rx_beacon_process = 0x40001690;*/
|
||||
pm_rx_data_process = 0x40001694;
|
||||
|
Submodule components/esp_wifi/lib updated: 22878be3b2...c5c29fcdaa
Reference in New Issue
Block a user