Skip to content

Commit 4cf29df

Browse files
zhangyanjiaoespjack0c
authored andcommitted
fix(wifi): fixed sniffer and espnow issue
1. fix(wifi): fixed sniffer dump fcs error packets fail Closes espressif#10777 2. fix(wifi): fixed the espnow priv parameter get error Closes espressif#13693
1 parent 3dbba47 commit 4cf29df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ hal_sniffer_enable = 0x40001eec;
16551655
hal_sniffer_disable = 0x40001ef0;
16561656
/*hal_sniffer_rx_set_promis = 0x40001ef4;*/
16571657
hal_sniffer_rx_clr_statistics = 0x40001ef8;
1658-
hal_sniffer_set_promis_misc_pkt = 0x40001efc;
1658+
/*hal_sniffer_set_promis_misc_pkt = 0x40001efc;*/
16591659
tsf_hal_set_tsf_enable = 0x40001f00;
16601660
tsf_hal_set_tsf_disable = 0x40001f04;
16611661
tsf_hal_is_tsf_enabled = 0x40001f08;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rcUpdateTxDone = 0x4000177c;
3131
wDevCheckBlockError = 0x400017b4;
3232
/* wDev_IndicateFrame = 0x400017c8;*/
3333
wDev_ProcessFiq = 0x400017f0;
34-
wDev_ProcessRxSucData = 0x400017f4;
34+
/*wDev_ProcessRxSucData = 0x400017f4;*/
3535
/*ppProcTxDone = 0x40001804;*/
3636
pm_tx_data_done_process = 0x40001808;
3737
ppMapWaitTxq = 0x40001810;

0 commit comments

Comments
 (0)