mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
feat(wifi): support fixed ampdu rate
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -242,7 +242,7 @@ rcUpSched = 0x40000f60;
|
||||
rcReachRetryLimit = 0x40000f64;
|
||||
rcGetDCMMaxRate = 0x40000f68;
|
||||
rcGetSMPDURate = 0x40000f6c;
|
||||
rcGetRate = 0x40000f70;
|
||||
//rcGetRate = 0x40000f70;
|
||||
rx11AXRate2AMPDULimit = 0x40000f74;
|
||||
rx11NRate2AMPDULimit = 0x40000f78;
|
||||
rssi_margin = 0x40000f7c;
|
||||
|
||||
@@ -241,7 +241,7 @@ rcUpSched = 0x40000ed4;
|
||||
rcReachRetryLimit = 0x40000ed8;
|
||||
rcGetDCMMaxRate = 0x40000edc;
|
||||
rcGetSMPDURate = 0x40000ee0;
|
||||
rcGetRate = 0x40000ee4;
|
||||
//rcGetRate = 0x40000ee4;
|
||||
rx11AXRate2AMPDULimit = 0x40000ee8;
|
||||
rx11NRate2AMPDULimit = 0x40000eec;
|
||||
rssi_margin = 0x40000ef0;
|
||||
|
||||
Submodule components/esp_wifi/lib updated: f71b8778b9...38fb17c751
Reference in New Issue
Block a user