Merge branch 'backport/backport_some_changes_250512_v5.4' into 'release/v5.4'

fix(wifi): fix some wifi bugs(backport v5.4)

See merge request espressif/esp-idf!39400
This commit is contained in:
Jiang Jiang Jian
2025-05-27 10:52:57 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ pm_check_state = 0x40001b6c;
pm_dream = 0x40001b78;
pm_on_beacon_rx = 0x40001ba0;
//pm_parse_beacon = 0x40001bac;
pm_process_tim = 0x40001bb0;
//pm_process_tim = 0x40001bb0;
pm_rx_beacon_process = 0x40001bb4;
pm_rx_data_process = 0x40001bb8;
pm_sleep = 0x40001bbc;

View File

@@ -17,7 +17,7 @@ mac_tx_set_plcp1 = 0x40001640;
pm_check_state = 0x40001648;
/*pm_on_beacon_rx = 0x4000167c;*/
/*pm_parse_beacon = 0x40001688;*/
pm_process_tim = 0x4000168c;
/*pm_process_tim = 0x4000168c;*/
pm_rx_beacon_process = 0x40001690;
pm_rx_data_process = 0x40001694;
/* pm_sleep = 0x40001698;*/