Skip to content

Commit cfed129

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/fix_some_bugs_ralated_to_channel_esp32c5' into 'master'
fix(wifi): refactor and fix second channel is always below in ht40 on 5G band Closes FCW-198 See merge request espressif/esp-idf!35263
2 parents 47df2ed + 1c5708b commit cfed129

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rcUpdateRate = 0x40001c9c;
3939
wDev_AppendRxBlocks = 0x40001cdc;
4040
//wDev_IndicateFrame = 0x40001cec;
4141
wDev_ProcessFiq = 0x40001d08;
42-
wDev_ProcessRxSucData = 0x40001d0c;
42+
/*wDev_ProcessRxSucData = 0x40001d0c;*/
4343
ppProcTxDone = 0x40001d1c;
4444
/*pm_tx_data_done_process = 0x40001d20;*/
4545
ppMapWaitTxq = 0x40001d28;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ wdev_mac_special_reg_store = 0x40000f44;
278278
wdev_mac_wakeup = 0x40000f48;
279279
wdev_mac_sleep = 0x40000f4c;
280280
wDev_ProcessFiq = 0x40000f50;
281-
wDev_ProcessRxSucData = 0x40000f54;
281+
/*wDev_ProcessRxSucData = 0x40000f54;*/
282282
wdevProcessRxSucDataAll = 0x40000f58;
283283
wdev_csi_len_align = 0x40000f5c;
284284
wDev_IndicateBeaconMemoryFrame = 0x40000f60;

0 commit comments

Comments
 (0)