fix(wifi): fix twt post just one event for multiple flow

This commit is contained in:
yinqingzhao
2025-04-07 16:06:47 +08:00
parent 4e61ce24d6
commit 0f07bfdef3
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ pm_disconnected_wake = 0x40000dd4;
pm_is_twt_awake = 0x40000ddc; pm_is_twt_awake = 0x40000ddc;
pm_enable_twt_keep_alive = 0x40000de0; pm_enable_twt_keep_alive = 0x40000de0;
pm_twt_on_tsf_timer = 0x40000de4; pm_twt_on_tsf_timer = 0x40000de4;
pm_twt_process = 0x40000de8; /*pm_twt_process = 0x40000de8;*/
pm_is_twt_start = 0x40000dec; pm_is_twt_start = 0x40000dec;
pm_twt_set_target_wdev_time = 0x40000df0; pm_twt_set_target_wdev_time = 0x40000df0;
pm_twt_set_target_tsf = 0x40000df4; pm_twt_set_target_tsf = 0x40000df4;

View File

@ -150,7 +150,7 @@ pm_disconnected_wake = 0x40000d40;
pm_is_twt_awake = 0x40000d48; pm_is_twt_awake = 0x40000d48;
pm_enable_twt_keep_alive = 0x40000d4c; pm_enable_twt_keep_alive = 0x40000d4c;
pm_twt_on_tsf_timer = 0x40000d50; pm_twt_on_tsf_timer = 0x40000d50;
pm_twt_process = 0x40000d54; /*pm_twt_process = 0x40000d54;*/
pm_is_twt_start = 0x40000d58; pm_is_twt_start = 0x40000d58;
pm_twt_set_target_wdev_time = 0x40000d5c; pm_twt_set_target_wdev_time = 0x40000d5c;
pm_twt_set_target_tsf = 0x40000d60; pm_twt_set_target_tsf = 0x40000d60;