mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
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:
@ -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;
|
||||
|
@ -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;*/
|
||||
|
Submodule components/esp_wifi/lib updated: 660f872d9d...f95155bbb4
Reference in New Issue
Block a user