Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_ignore_rx_sub_ampdu_int_issue' into 'master'
Browse files Browse the repository at this point in the history
esp_wifi: fix ignore rx sub ampdu interrupt issue

Closes ESPCS-854

See merge request espressif/esp-idf!20564
  • Loading branch information
MaxwellAlan committed Oct 13, 2022
2 parents f4773d6 + c2fe257 commit b813476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Expand Up @@ -1705,7 +1705,7 @@ wdev_mac_special_reg_load = 0x40001cf8;
wdev_mac_special_reg_store = 0x40001cfc;
wdev_mac_wakeup = 0x40001d00;
wdev_mac_sleep = 0x40001d04;
wDev_ProcessFiq = 0x40001d08;
/* wDev_ProcessFiq = 0x40001d08; */
wDev_ProcessRxSucData = 0x40001d0c;
wdevProcessRxSucDataAll = 0x40001d10;
wdev_csi_len_align = 0x40001d14;
Expand Down
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c3/ld/esp32c3.rom.ld
Expand Up @@ -1634,7 +1634,7 @@ wdev_mac_special_reg_store = 0x400017e0;
wdev_mac_wakeup = 0x400017e4;
wdev_mac_sleep = 0x400017e8;
hal_mac_is_dma_enable = 0x400017ec;
wDev_ProcessFiq = 0x400017f0;
/*wDev_ProcessFiq = 0x400017f0;*/
wDev_ProcessRxSucData = 0x400017f4;
wdevProcessRxSucDataAll = 0x400017f8;
wdev_csi_len_align = 0x400017fc;
Expand Down

0 comments on commit b813476

Please sign in to comment.