mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/more_data_bit_issue_v4.4' into 'release/v4.4'
esp_wifi: fix more data bit cause not go to modem sleep(v4.4) See merge request espressif/esp-idf!22791
This commit is contained in:
commit
012b5006c0
@ -1533,8 +1533,8 @@ mac_tx_set_plcp0 = 0x4000163c;
|
||||
/* mac_tx_set_plcp1 = 0x40001640; */
|
||||
mac_tx_set_plcp2 = 0x40001644;
|
||||
pm_check_state = 0x40001648;
|
||||
pm_disable_dream_timer = 0x4000164c;
|
||||
pm_disable_sleep_delay_timer = 0x40001650;
|
||||
/*pm_disable_dream_timer = 0x4000164c;*/
|
||||
/*pm_disable_sleep_delay_timer = 0x40001650;*/
|
||||
pm_dream = 0x40001654;
|
||||
pm_mac_wakeup = 0x40001658;
|
||||
pm_mac_sleep = 0x4000165c;
|
||||
@ -1551,7 +1551,7 @@ pm_on_tbtt = 0x40001684;
|
||||
/* pm_parse_beacon = 0x40001688;*/
|
||||
pm_process_tim = 0x4000168c;
|
||||
/*pm_rx_beacon_process = 0x40001690;*/
|
||||
pm_rx_data_process = 0x40001694;
|
||||
/*pm_rx_data_process = 0x40001694;*/
|
||||
/*pm_sleep = 0x40001698;*/
|
||||
pm_sleep_for = 0x4000169c;
|
||||
/* pm_tbtt_process = 0x400016a0; */
|
||||
|
@ -1838,8 +1838,8 @@ mac_tx_set_plcp0 = 0x400053f4;
|
||||
/* mac_tx_set_plcp1 = 0x40005400; */
|
||||
mac_tx_set_plcp2 = 0x4000540c;
|
||||
pm_check_state = 0x40005418;
|
||||
pm_disable_dream_timer = 0x40005424;
|
||||
pm_disable_sleep_delay_timer = 0x40005430;
|
||||
/*pm_disable_dream_timer = 0x40005424;*/
|
||||
/*pm_disable_sleep_delay_timer = 0x40005430;*/
|
||||
pm_dream = 0x4000543c;
|
||||
pm_mac_wakeup = 0x40005448;
|
||||
pm_mac_sleep = 0x40005454;
|
||||
@ -1856,7 +1856,7 @@ pm_on_tbtt = 0x400054cc;
|
||||
/* pm_parse_beacon = 0x400054d8; */
|
||||
pm_process_tim = 0x400054e4;
|
||||
/*pm_rx_beacon_process = 0x400054f0;*/
|
||||
pm_rx_data_process = 0x400054fc;
|
||||
/*pm_rx_data_process = 0x400054fc;*/
|
||||
/*pm_sleep = 0x40005508;*/
|
||||
pm_sleep_for = 0x40005514;
|
||||
/* pm_tbtt_process = 0x40005520; */
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a623797989b7347c392c1b73561d52d8eaa2fd45
|
||||
Subproject commit 9f94887228d3e09b2715a25f1d06c0a31f1c1903
|
Loading…
Reference in New Issue
Block a user