Merge branch 'bugfix/fix_multicast_issue_v4.4' into 'release/v4.4'
esp_wifi: fix multicast pkts drop issue for some AP when DTIM period > 1 (V4.4) See merge request espressif/esp-idf!21599
This commit is contained in:
commit
56efeb2c76
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 309d6435ef2e873d771c23ea4ed19cfad3b825b2
|
||||
Subproject commit 794b05cae9df4ab609fb4a20b910b00d0b69cb3c
|
||||
Loading…
Reference in a new issue