fix(wifi):fix modem state rx bcn failed when tbtt update, support modem state for coexist

This commit is contained in:
sibeibei
2025-02-24 19:38:19 +08:00
parent d11ccf81b2
commit 28290c8da3
18 changed files with 106 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ pm_mac_sleep = 0x40000d5c;
pm_enable_sleep_delay_timer = 0x40000d64;
pm_local_tsf_process = 0x40000d68;
pm_set_beacon_filter = 0x40000d6c;
pm_is_in_wifi_slice_threshold = 0x40000d70;
/*pm_is_in_wifi_slice_threshold = 0x40000d70;*/
pm_is_waked = 0x40000d74;
/*pm_keep_alive = 0x40000d78;*/
/*pm_on_beacon_rx = 0x40000d7c;*/
@@ -151,7 +151,7 @@ pm_is_twt_start = 0x40000dec;
pm_twt_set_target_wdev_time = 0x40000df0;
pm_twt_set_target_tsf = 0x40000df4;
pm_enable_twt_keep_alive_timer = 0x40000df8;
pm_mac_try_enable_modem_state = 0x40000dfc;
/*pm_mac_try_enable_modem_state = 0x40000dfc;*/
pm_beacon_monitor_tbtt_timeout_process = 0x40000e00;
/*pm_update_next_tbtt = 0x40000e04;*/
pm_twt_disallow_tx = 0x40000e08;