Skip to content

Commit 4235058

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/fix_crash_when_twt_setup' into 'master'
fix(wifi): fix crash issue and tx error 0xa1 See merge request espressif/esp-idf!40783
2 parents d8a3ef5 + 8603c91 commit 4235058

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ ppEnqueueRxq = 0x40000e58;
176176
ppEnqueueTxDone = 0x40000e5c;
177177
ppGetTxframe = 0x40000e60;
178178
/*ppMapTxQueue = 0x40000e64;*/
179-
ppProcTxSecFrame = 0x40000e68;
179+
//ppProcTxSecFrame = 0x40000e68;
180180
ppProcessRxPktHdr = 0x40000e6c;
181181
/*ppProcessTxQ = 0x40000e70;*/
182182
ppRecordBarRRC = 0x40000e74;

components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ ppEnqueueRxq = 0x40000dd0;
176176
ppEnqueueTxDone = 0x40000dd4;
177177
ppGetTxframe = 0x40000dd8;
178178
/*ppMapTxQueue = 0x40000ddc;*/
179-
ppProcTxSecFrame = 0x40000de0;
179+
//ppProcTxSecFrame = 0x40000de0;
180180
ppProcessRxPktHdr = 0x40000de4;
181181
/*ppProcessTxQ = 0x40000de8;*/
182182
ppRecordBarRRC = 0x40000dec;

0 commit comments

Comments
 (0)