Skip to content

Commit

Permalink
esp_wifi: fix multicast pkts drop issue for some AP when DTIM period > 1
Browse files Browse the repository at this point in the history
Closes WIFI-5076
  • Loading branch information
MaxwellAlan authored and jack0c committed Dec 19, 2022
1 parent 6818b30 commit a01847c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ pm_keep_alive = 0x40001b9c;
pm_on_beacon_rx = 0x40001ba0;
pm_on_data_rx = 0x40001ba4;
pm_on_tbtt = 0x40001ba8;
pm_parse_beacon = 0x40001bac;
/* pm_parse_beacon = 0x40001bac;*/
pm_process_tim = 0x40001bb0;
/*pm_rx_beacon_process = 0x40001bb4;*/
pm_rx_data_process = 0x40001bb8;
Expand Down Expand Up @@ -1748,7 +1748,7 @@ ppCalTxopDur = 0x40001e40;
wDev_IndicateCtrlFrame = 0x40001e44;
hal_enable_sta_tbtt = 0x40001e48;
hal_set_sta_tbtt = 0x40001e4c;
pm_update_next_tbtt = 0x40001e50;
/* pm_update_next_tbtt = 0x40001e50;*/
pm_set_sleep_type = 0x40001e54;
wDev_Rxbuf_Init = 0x40001e58;
wDev_Rxbuf_Deinit = 0x40001e5c;
Expand Down
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c3/ld/esp32c3.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion components/esp_rom/esp32s3/ld/esp32s3.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a01847c

Please sign in to comment.