forked from espressif/esp-idf
esp_wifi: fix more data bit cause not go to modem sleep
Closes AUD-4173
This commit is contained in:
@@ -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; */
|
||||
|
Submodule components/esp_wifi/lib updated: a623797989...9f94887228
Reference in New Issue
Block a user