|
1 | 1 | /* |
2 | | - * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD |
| 2 | + * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD |
3 | 3 | * |
4 | 4 | * SPDX-License-Identifier: Apache-2.0 |
5 | 5 | */ |
@@ -119,7 +119,7 @@ pm_mac_sleep = 0x40000cc8; |
119 | 119 | /*pm_enable_active_timer = 0x40000ccc;*/ |
120 | 120 | pm_enable_sleep_delay_timer = 0x40000cd0; |
121 | 121 | pm_local_tsf_process = 0x40000cd4; |
122 | | -pm_set_beacon_filter = 0x40000cd8; |
| 122 | +//pm_set_beacon_filter = 0x40000cd8; |
123 | 123 | /*pm_is_in_wifi_slice_threshold = 0x40000cdc;*/ |
124 | 124 | pm_is_waked = 0x40000ce0; |
125 | 125 | //pm_keep_alive = 0x40000ce4; |
@@ -162,13 +162,13 @@ pm_twt_disallow_tx = 0x40000d74; |
162 | 162 | pm_clear_wakeup_signal = 0x40000d78; |
163 | 163 | pm_mac_disable_tsf_tbtt_soc_wakeup = 0x40000d7c; |
164 | 164 | pm_mac_disable_tsf_tbtt_modem_wakeup = 0x40000d80; |
165 | | -pm_mac_enable_tsf_tbtt_soc_wakeup = 0x40000d84; |
166 | | -pm_mac_enable_tsf_tbtt_modem_wakeup = 0x40000d88; |
167 | | -pm_mac_modem_params_rt_update = 0x40000d8c; |
| 165 | +//pm_mac_enable_tsf_tbtt_soc_wakeup = 0x40000d84; |
| 166 | +//pm_mac_enable_tsf_tbtt_modem_wakeup = 0x40000d88; |
| 167 | +//pm_mac_modem_params_rt_update = 0x40000d8c; |
168 | 168 | pm_update_at_next_beacon = 0x40000d90; |
169 | 169 | pm_get_null_max_tx_time = 0x40000d94; |
170 | 170 | pm_coex_schm_overall_period_get = 0x40000d98; |
171 | | -pm_coex_pwr_update = 0x40000d9c; |
| 171 | +//pm_coex_pwr_update = 0x40000d9c; |
172 | 172 | tbtt_adaptive_setup = 0x40000da0; |
173 | 173 | tbtt_adaptive_servo = 0x40000da4; |
174 | 174 | ppAMPDU2Normal = 0x40000da8; |
|
0 commit comments