Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_ignore_rx_sub_ampdu_int_issue_v4.4' into 're…
Browse files Browse the repository at this point in the history
…lease/v4.4'

esp_wifi: fix ignore rx sub ampdu interrupt issue(Backport v4.4)

See merge request espressif/esp-idf!20604
  • Loading branch information
jack0c committed Oct 18, 2022
2 parents 3047225 + 4391e36 commit ee88270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -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 ee88270

Please sign in to comment.