mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'feat/support_fixed_ampdu_rate_v5.4' into 'release/v5.4'
feat(wifi): support fixed anpdu rate(backport v5.4) See merge request espressif/esp-idf!52543
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;
|
||||
|
||||
@@ -244,7 +244,7 @@ rcUpSched = 0x40000f60;
|
||||
rcReachRetryLimit = 0x40000f64;
|
||||
rcGetDCMMaxRate = 0x40000f68;
|
||||
rcGetSMPDURate = 0x40000f6c;
|
||||
rcGetRate = 0x40000f70;
|
||||
//rcGetRate = 0x40000f70;
|
||||
rx11AXRate2AMPDULimit = 0x40000f74;
|
||||
rx11NRate2AMPDULimit = 0x40000f78;
|
||||
rssi_margin = 0x40000f7c;
|
||||
|
||||
@@ -299,7 +299,7 @@ tsf_hal_unmap_tbtt_target_to_rx_frame = 0x40001024;
|
||||
//ppHEAMPDU2Normal = 0x40001030;
|
||||
//ppCalTxHEAMPDULength = 0x40001034;
|
||||
//ppCalTxHESMPDULength = 0x40001038;
|
||||
rcGetRate = 0x4000103c;
|
||||
//rcGetRate = 0x4000103c;
|
||||
rcGetDCMMaxRate = 0x40001040;
|
||||
//rcGetSMPDURate = 0x40001044;
|
||||
ppDirectRecycleAmpdu = 0x40001048;
|
||||
|
||||
@@ -250,7 +250,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: 51b0ef5d92...5ead154e5d
Reference in New Issue
Block a user