Skip to content

Commit 0823706

Browse files
tarun.kumarespressif-bot
authored andcommitted
fix(wifi) : Commented out few ld file functions corresponding to offchan changes
1 parent 38628f9 commit 0823706

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ic_mac_deinit = 0x400015dc;
1111
lmacDiscardMSDU = 0x400015f4;
1212
/*lmacSetTxFrame = 0x40001628;*/
1313
lmacTxDone = 0x4000162c;
14-
lmacTxFrame = 0x40001630;
14+
/*lmacTxFrame = 0x40001630;*/
1515
mac_tx_set_htsig = 0x40001638;
1616
mac_tx_set_plcp1 = 0x40001640;
1717
pm_check_state = 0x40001648;
@@ -22,7 +22,7 @@ pm_rx_beacon_process = 0x40001690;
2222
pm_rx_data_process = 0x40001694;
2323
/* pm_sleep = 0x40001698;*/
2424
/* pm_tbtt_process = 0x400016a0;*/
25-
ppMapTxQueue = 0x400016d8;
25+
/*ppMapTxQueue = 0x400016d8;*/
2626
ppProcTxSecFrame = 0x400016dc;
2727
/*ppRxFragmentProc = 0x40001704;*/
2828
/* rcGetSched = 0x40001764;*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lmacRecycleMPDU = 0x40000cc0;
7474
lmacRxDone = 0x40000cc4;
7575
lmacSetTxFrame = 0x40000cc8;
7676
lmacTxDone = 0x40000ccc;
77-
lmacTxFrame = 0x40000cd0;
77+
/*lmacTxFrame = 0x40000cd0;*/
7878
lmacDisableTransmit = 0x40000cd4;
7979
lmacDiscardFrameExchangeSequence = 0x40000cd8;
8080
lmacProcessCollision = 0x40000cdc;
@@ -175,10 +175,10 @@ ppEmptyDelimiterLength = 0x40000e54;
175175
ppEnqueueRxq = 0x40000e58;
176176
ppEnqueueTxDone = 0x40000e5c;
177177
ppGetTxframe = 0x40000e60;
178-
ppMapTxQueue = 0x40000e64;
178+
/*ppMapTxQueue = 0x40000e64;*/
179179
ppProcTxSecFrame = 0x40000e68;
180180
ppProcessRxPktHdr = 0x40000e6c;
181-
ppProcessTxQ = 0x40000e70;
181+
/*ppProcessTxQ = 0x40000e70;*/
182182
ppRecordBarRRC = 0x40000e74;
183183
ppRecycleAmpdu = 0x40000e78;
184184
ppRecycleRxPkt = 0x40000e7c;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ lmacRecycleMPDU = 0x40000c30;
8181
lmacRxDone = 0x40000c34;
8282
lmacSetTxFrame = 0x40000c38;
8383
lmacTxDone = 0x40000c3c;
84-
lmacTxFrame = 0x40000c40;
84+
/*lmacTxFrame = 0x40000c40;*/
8585
lmacDisableTransmit = 0x40000c44;
8686
lmacDiscardFrameExchangeSequence = 0x40000c48;
8787
lmacProcessCollision = 0x40000c4c;
@@ -184,7 +184,7 @@ ppEmptyDelimiterLength = 0x40000dcc;
184184
ppEnqueueRxq = 0x40000dd0;
185185
ppEnqueueTxDone = 0x40000dd4;
186186
ppGetTxframe = 0x40000dd8;
187-
ppMapTxQueue = 0x40000ddc;
187+
/*ppMapTxQueue = 0x40000ddc;*/
188188
ppProcTxSecFrame = 0x40000de0;
189189
ppProcessRxPktHdr = 0x40000de4;
190190
/*ppProcessTxQ = 0x40000de8;*/

0 commit comments

Comments
 (0)