fix(wifi): fix some wifi bugs

This commit is contained in:
yinqingzhao
2025-05-26 17:13:57 +08:00
parent 5703323043
commit b05874b5e7
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ pm_check_state = 0x40001b6c;
pm_dream = 0x40001b78; pm_dream = 0x40001b78;
pm_on_beacon_rx = 0x40001ba0; pm_on_beacon_rx = 0x40001ba0;
//pm_parse_beacon = 0x40001bac; //pm_parse_beacon = 0x40001bac;
pm_process_tim = 0x40001bb0; //pm_process_tim = 0x40001bb0;
pm_rx_beacon_process = 0x40001bb4; pm_rx_beacon_process = 0x40001bb4;
pm_rx_data_process = 0x40001bb8; pm_rx_data_process = 0x40001bb8;
pm_sleep = 0x40001bbc; pm_sleep = 0x40001bbc;

View File

@@ -17,7 +17,7 @@ mac_tx_set_plcp1 = 0x40001640;
pm_check_state = 0x40001648; pm_check_state = 0x40001648;
/*pm_on_beacon_rx = 0x4000167c;*/ /*pm_on_beacon_rx = 0x4000167c;*/
/*pm_parse_beacon = 0x40001688;*/ /*pm_parse_beacon = 0x40001688;*/
pm_process_tim = 0x4000168c; //pm_process_tim = 0x4000168c;
pm_rx_beacon_process = 0x40001690; pm_rx_beacon_process = 0x40001690;
pm_rx_data_process = 0x40001694; pm_rx_data_process = 0x40001694;
/* pm_sleep = 0x40001698;*/ /* pm_sleep = 0x40001698;*/