mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
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;
|
||||
ppProcTxSecFrame = 0x40001c00;
|
||||
ppProcessRxPktHdr = 0x40001c04;
|
||||
ppProcessTxQ = 0x40001c08;
|
||||
/*ppProcessTxQ = 0x40001c08;*/
|
||||
ppRecordBarRRC = 0x40001c0c;
|
||||
lmacRequestTxopQueue = 0x40001c10;
|
||||
lmacReleaseTxopQueue = 0x40001c14;
|
||||
|
Reference in New Issue
Block a user