mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(wifi): comment out functions from ld files
This commit is contained in:
@@ -525,7 +525,7 @@ pm_disable_sleep_delay_timer = 0x40001b74;
|
||||
/*pm_dream = 0x40001b78;*/
|
||||
pm_mac_wakeup = 0x40001b7c;
|
||||
pm_mac_sleep = 0x40001b80;
|
||||
pm_enable_active_timer = 0x40001b84;
|
||||
//pm_enable_active_timer = 0x40001b84;
|
||||
pm_enable_sleep_delay_timer = 0x40001b88;
|
||||
pm_local_tsf_process = 0x40001b8c;
|
||||
//pm_set_beacon_filter = 0x40001b90;
|
||||
|
||||
@@ -712,7 +712,7 @@ pm_disable_sleep_delay_timer = 0x40001650;
|
||||
/*pm_dream = 0x40001654;*/
|
||||
pm_mac_wakeup = 0x40001658;
|
||||
pm_mac_sleep = 0x4000165c;
|
||||
pm_enable_active_timer = 0x40001660;
|
||||
//pm_enable_active_timer = 0x40001660;
|
||||
pm_enable_sleep_delay_timer = 0x40001664;
|
||||
pm_local_tsf_process = 0x40001668;
|
||||
//pm_set_beacon_filter = 0x4000166c;
|
||||
|
||||
@@ -110,7 +110,7 @@ pm_disable_sleep_delay_timer = 0x40000d50;
|
||||
pm_dream = 0x40000d54;
|
||||
pm_mac_wakeup = 0x40000d58;
|
||||
pm_mac_sleep = 0x40000d5c;
|
||||
pm_enable_active_timer = 0x40000d60;
|
||||
//pm_enable_active_timer = 0x40000d60;
|
||||
pm_enable_sleep_delay_timer = 0x40000d64;
|
||||
pm_local_tsf_process = 0x40000d68;
|
||||
//pm_set_beacon_filter = 0x40000d6c;
|
||||
|
||||
@@ -107,7 +107,7 @@ pm_disable_sleep_delay_timer = 0x40000cbc;
|
||||
pm_dream = 0x40000cc0;
|
||||
pm_mac_wakeup = 0x40000cc4;
|
||||
pm_mac_sleep = 0x40000cc8;
|
||||
pm_enable_active_timer = 0x40000ccc;
|
||||
//pm_enable_active_timer = 0x40000ccc;
|
||||
pm_enable_sleep_delay_timer = 0x40000cd0;
|
||||
pm_local_tsf_process = 0x40000cd4;
|
||||
/*pm_set_beacon_filter = 0x40000cd8;*/
|
||||
|
||||
@@ -966,7 +966,7 @@ pm_disable_sleep_delay_timer = 0x40005430;
|
||||
/*pm_dream = 0x4000543c;*/
|
||||
pm_mac_wakeup = 0x40005448;
|
||||
pm_mac_sleep = 0x40005454;
|
||||
pm_enable_active_timer = 0x40005460;
|
||||
//pm_enable_active_timer = 0x40005460;
|
||||
pm_enable_sleep_delay_timer = 0x4000546c;
|
||||
pm_local_tsf_process = 0x40005478;
|
||||
//pm_set_beacon_filter = 0x40005484;
|
||||
|
||||
@@ -109,7 +109,7 @@ pm_disable_sleep_delay_timer = 0x2f800e6c;
|
||||
pm_dream = 0x2f800e70;
|
||||
pm_mac_wakeup = 0x2f800e74;
|
||||
pm_mac_sleep = 0x2f800e78;
|
||||
pm_enable_active_timer = 0x2f800e7c;
|
||||
//pm_enable_active_timer = 0x2f800e7c;
|
||||
pm_enable_sleep_delay_timer = 0x2f800e80;
|
||||
pm_local_tsf_process = 0x2f800e84;
|
||||
pm_set_beacon_filter = 0x2f800e88;
|
||||
@@ -139,7 +139,7 @@ pm_extend_tbtt_adaptive_servo = 0x2f800ee4;
|
||||
pm_scale_listen_interval = 0x2f800ee8;
|
||||
pm_parse_mbssid_element = 0x2f800eec;
|
||||
pm_disconnected_wake = 0x2f800ef0;
|
||||
pm_tx_data_process = 0x2f800ef4;
|
||||
//pm_tx_data_process = 0x2f800ef4;
|
||||
pm_is_twt_awake = 0x2f800ef8;
|
||||
pm_enable_twt_keep_alive = 0x2f800efc;
|
||||
pm_twt_on_tsf_timer = 0x2f800f00;
|
||||
|
||||
Reference in New Issue
Block a user