fix(wifi): fix some bugs related channel

This commit is contained in:
yinqingzhao 2025-02-28 17:01:40 +08:00
parent b504d61f42
commit 1c5708b07b
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ rcUpdateRate = 0x40001c9c;
wDev_AppendRxBlocks = 0x40001cdc;
//wDev_IndicateFrame = 0x40001cec;
wDev_ProcessFiq = 0x40001d08;
wDev_ProcessRxSucData = 0x40001d0c;
/*wDev_ProcessRxSucData = 0x40001d0c;*/
ppProcTxDone = 0x40001d1c;
/*pm_tx_data_done_process = 0x40001d20;*/
ppMapWaitTxq = 0x40001d28;

View File

@ -278,7 +278,7 @@ wdev_mac_special_reg_store = 0x40000f44;
wdev_mac_wakeup = 0x40000f48;
wdev_mac_sleep = 0x40000f4c;
wDev_ProcessFiq = 0x40000f50;
wDev_ProcessRxSucData = 0x40000f54;
/*wDev_ProcessRxSucData = 0x40000f54;*/
wdevProcessRxSucDataAll = 0x40000f58;
wdev_csi_len_align = 0x40000f5c;
wDev_IndicateBeaconMemoryFrame = 0x40000f60;

@ -1 +1 @@
Subproject commit e70b43e3f15b1050b3fb95be904b80a1363a55a9
Subproject commit 57e073e24ab1d326461d10c2e1a3bb4a8efca9f6