Skip to content

Commit

Permalink
Merge branch 'bugfix/sniffer_mode_can_not_capture_control_packets' in…
Browse files Browse the repository at this point in the history
…to 'master'

esp_wifi:bugfix sniffer mode can not capture control packet

Closes IDFGH-6845

See merge request espressif/esp-idf!19086
  • Loading branch information
jack0c committed Oct 21, 2022
2 parents 81375c5 + 5cea828 commit b3a76f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ pm_on_coex_schm_process_restart = 0x40001ee4;
hal_mac_set_rxq_policy = 0x40001ee8;
hal_sniffer_enable = 0x40001eec;
hal_sniffer_disable = 0x40001ef0;
hal_sniffer_rx_set_promis = 0x40001ef4;
/*hal_sniffer_rx_set_promis = 0x40001ef4;*/
hal_sniffer_rx_clr_statistics = 0x40001ef8;
hal_sniffer_set_promis_misc_pkt = 0x40001efc;
tsf_hal_set_tsf_enable = 0x40001f00;
Expand Down

0 comments on commit b3a76f7

Please sign in to comment.