fix(wifi): fix ampdu to normal cause free buffer twice issue

This commit is contained in:
wangtao@espressif.com
2024-09-27 18:39:57 +08:00
committed by sibeibei
parent 24d122e19c
commit 2b894fca0f
6 changed files with 6 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ ppGetTxframe = 0x40000e60;
ppMapTxQueue = 0x40000e64;
ppProcTxSecFrame = 0x40000e68;
ppProcessRxPktHdr = 0x40000e6c;
ppProcessTxQ = 0x40000e70;
/*ppProcessTxQ = 0x40000e70;*/
ppRecordBarRRC = 0x40000e74;
ppRecycleAmpdu = 0x40000e78;
ppRecycleRxPkt = 0x40000e7c;