mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-09 06:10:24 +00:00
fix(wifi): fix ampdu to normal cause free buffer twice issue
This commit is contained in:

committed by
sibeibei

parent
24d122e19c
commit
2b894fca0f
@@ -180,7 +180,7 @@ ppGetTxframe = 0x40000e60;
|
||||
ppMapTxQueue = 0x40000e64;
|
||||
ppProcTxSecFrame = 0x40000e68;
|
||||
ppProcessRxPktHdr = 0x40000e6c;
|
||||
ppProcessTxQ = 0x40000e70;
|
||||
/*ppProcessTxQ = 0x40000e70;*/
|
||||
ppRecordBarRRC = 0x40000e74;
|
||||
ppRecycleAmpdu = 0x40000e78;
|
||||
ppRecycleRxPkt = 0x40000e7c;
|
||||
|
Reference in New Issue
Block a user