esp_wifi: fix ignore rx sub ampdu interrupt issue

This commit is contained in:
muhaidong 2022-10-12 17:17:33 +08:00
parent 0b6bc7045e
commit c2fe257ad6
3 changed files with 3 additions and 3 deletions

View File

@ -1706,7 +1706,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;

View File

@ -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;

@ -1 +1 @@
Subproject commit 7bd8d12bd5b49596b651db72b7b4e9dc609c5981
Subproject commit 63a6c4dd39103ee698170dec3f8ac4fe936d9c1a