feat(wifi): support fixed ampdu rate

This commit is contained in:
yinqingzhao
2026-07-28 15:51:43 +08:00
parent 5ac710ee56
commit 16740a8799
4 changed files with 5 additions and 5 deletions

View File

@@ -663,7 +663,7 @@ rcReachRetryLimit = 0x40001d9c;
lmacProcessShortRetryFail = 0x40001da0;
lmacEndRetryAMPDUFail = 0x40001da4;
ppFillAMPDUBar = 0x40001da8;
rcGetRate = 0x40001dac;
//rcGetRate = 0x40001dac;
ppReSendBar = 0x40001db0;
lmacProcessLongRetryFail = 0x40001db4;
lmacRetryTxFrame = 0x40001db8;
@@ -715,7 +715,7 @@ hal_crypto_enable = 0x40001e68;
wDev_Insert_KeyEntry = 0x40001e70;
wDev_remove_KeyEntry = 0x40001e74;
rc_enable_trc = 0x40001e78;
rc_set_per_conn_fix_rate = 0x40001e7c;
//rc_set_per_conn_fix_rate = 0x40001e7c;
wdev_csi_rx_process = 0x40001e80;
wDev_SnifferRxAmpdu = 0x40001e84;
hal_mac_tsf_reset = 0x40001e88;

View File

@@ -242,7 +242,7 @@ rcUpSched = 0x40000f60;
rcReachRetryLimit = 0x40000f64;
rcGetDCMMaxRate = 0x40000f68;
rcGetSMPDURate = 0x40000f6c;
rcGetRate = 0x40000f70;
//rcGetRate = 0x40000f70;
rx11AXRate2AMPDULimit = 0x40000f74;
rx11NRate2AMPDULimit = 0x40000f78;
rssi_margin = 0x40000f7c;

View File

@@ -241,7 +241,7 @@ rcUpSched = 0x40000ed4;
rcReachRetryLimit = 0x40000ed8;
rcGetDCMMaxRate = 0x40000edc;
rcGetSMPDURate = 0x40000ee0;
rcGetRate = 0x40000ee4;
//rcGetRate = 0x40000ee4;
rx11AXRate2AMPDULimit = 0x40000ee8;
rx11NRate2AMPDULimit = 0x40000eec;
rssi_margin = 0x40000ef0;