mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(wifi): optimize wifi bin size and fix some issue
1.Optimize bin size for STA only mode 2.Change fragment threshold to 256 3.Support fragment for LR mode 4.Fix ampdu duration issue 5.Fix rx fragment fail in Open mode.
This commit is contained in:
@@ -1559,10 +1559,10 @@ pm_on_tbtt = 0x40001684;
|
||||
pm_sleep_for = 0x4000169c;
|
||||
/* pm_tbtt_process = 0x400016a0; */
|
||||
ppAMPDU2Normal = 0x400016a4;
|
||||
ppAssembleAMPDU = 0x400016a8;
|
||||
/*ppAssembleAMPDU = 0x400016a8;*/
|
||||
ppCalFrameTimes = 0x400016ac;
|
||||
ppCalSubFrameLength = 0x400016b0;
|
||||
ppCalTxAMPDULength = 0x400016b4;
|
||||
/*ppCalTxAMPDULength = 0x400016b4;*/
|
||||
ppCheckTxAMPDUlength = 0x400016b8;
|
||||
ppDequeueRxq_Locked = 0x400016bc;
|
||||
ppDequeueTxQ = 0x400016c0;
|
||||
@@ -1608,7 +1608,7 @@ rcLowerSched = 0x40001768;
|
||||
rcSetTxAmpduLimit = 0x4000176c;
|
||||
/* rcTxUpdatePer = 0x40001770;*/
|
||||
rcUpdateAckSnr = 0x40001774;
|
||||
rcUpdateRate = 0x40001778;
|
||||
/*rcUpdateRate = 0x40001778;*/
|
||||
/* rcUpdateTxDone = 0x4000177c; */
|
||||
rcUpdateTxDoneAmpdu2 = 0x40001780;
|
||||
rcUpSched = 0x40001784;
|
||||
|
Reference in New Issue
Block a user