Merge branch 'backport/backport_some_wifi_changes_250526_v5.2' into 'release/v5.2'

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

See merge request espressif/esp-idf!39412
This commit is contained in:
Jiang Jiang Jian
2025-05-27 14:48:17 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,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;*/