forked from espressif/esp-idf
fix(wifi): fix ampdu to normal cause free buffer twice issue
This commit is contained in:
committed by
muhaidong
parent
b64505ce8c
commit
91ec13f858
@@ -1532,7 +1532,7 @@ ppGetTxframe = 0x40001bf8;
|
|||||||
ppMapTxQueue = 0x40001bfc;
|
ppMapTxQueue = 0x40001bfc;
|
||||||
ppProcTxSecFrame = 0x40001c00;
|
ppProcTxSecFrame = 0x40001c00;
|
||||||
ppProcessRxPktHdr = 0x40001c04;
|
ppProcessRxPktHdr = 0x40001c04;
|
||||||
ppProcessTxQ = 0x40001c08;
|
/*ppProcessTxQ = 0x40001c08;*/
|
||||||
ppRecordBarRRC = 0x40001c0c;
|
ppRecordBarRRC = 0x40001c0c;
|
||||||
lmacRequestTxopQueue = 0x40001c10;
|
lmacRequestTxopQueue = 0x40001c10;
|
||||||
lmacReleaseTxopQueue = 0x40001c14;
|
lmacReleaseTxopQueue = 0x40001c14;
|
||||||
|
@@ -1571,7 +1571,7 @@ ppEnqueueTxDone = 0x400016cc;
|
|||||||
ppGetTxQFirstAvail_Locked = 0x400016d0;
|
ppGetTxQFirstAvail_Locked = 0x400016d0;
|
||||||
ppGetTxframe = 0x400016d4;
|
ppGetTxframe = 0x400016d4;
|
||||||
ppProcessRxPktHdr = 0x400016e0;
|
ppProcessRxPktHdr = 0x400016e0;
|
||||||
ppProcessTxQ = 0x400016e4;
|
/*ppProcessTxQ = 0x400016e4;*/
|
||||||
ppRecordBarRRC = 0x400016e8;
|
ppRecordBarRRC = 0x400016e8;
|
||||||
lmacRequestTxopQueue = 0x400016ec;
|
lmacRequestTxopQueue = 0x400016ec;
|
||||||
lmacReleaseTxopQueue = 0x400016f0;
|
lmacReleaseTxopQueue = 0x400016f0;
|
||||||
|
@@ -1874,7 +1874,7 @@ ppGetTxQFirstAvail_Locked = 0x400055b0;
|
|||||||
ppGetTxframe = 0x400055bc;
|
ppGetTxframe = 0x400055bc;
|
||||||
/*ppMapTxQueue = 0x400055c8;*/
|
/*ppMapTxQueue = 0x400055c8;*/
|
||||||
ppProcessRxPktHdr = 0x400055e0;
|
ppProcessRxPktHdr = 0x400055e0;
|
||||||
ppProcessTxQ = 0x400055ec;
|
/*ppProcessTxQ = 0x400055ec;*/
|
||||||
ppRecordBarRRC = 0x400055f8;
|
ppRecordBarRRC = 0x400055f8;
|
||||||
lmacRequestTxopQueue = 0x40005604;
|
lmacRequestTxopQueue = 0x40005604;
|
||||||
lmacReleaseTxopQueue = 0x40005610;
|
lmacReleaseTxopQueue = 0x40005610;
|
||||||
|
Submodule components/esp_wifi/lib updated: 139accafc8...053b6d2bb6
Reference in New Issue
Block a user