Skip to content

Commit b3a76f7

Browse files
committed
Merge branch 'bugfix/sniffer_mode_can_not_capture_control_packets' into 'master'
esp_wifi:bugfix sniffer mode can not capture control packet Closes IDFGH-6845 See merge request espressif/esp-idf!19086
2 parents 81375c5 + 5cea828 commit b3a76f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ pm_on_coex_schm_process_restart = 0x40001ee4;
18281828
hal_mac_set_rxq_policy = 0x40001ee8;
18291829
hal_sniffer_enable = 0x40001eec;
18301830
hal_sniffer_disable = 0x40001ef0;
1831-
hal_sniffer_rx_set_promis = 0x40001ef4;
1831+
/*hal_sniffer_rx_set_promis = 0x40001ef4;*/
18321832
hal_sniffer_rx_clr_statistics = 0x40001ef8;
18331833
hal_sniffer_set_promis_misc_pkt = 0x40001efc;
18341834
tsf_hal_set_tsf_enable = 0x40001f00;

0 commit comments

Comments
 (0)