Merge branch 'fix/fix_rssi_and_snr_issue_v50' into 'release/v5.0'

fix(wifi): fix rssi and snr issue v50

See merge request espressif/esp-idf!35781
This commit is contained in:
Jiang Jiang Jian 2024-12-19 12:53:50 +08:00
commit 25288d1fa7
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ ppProcTxSecFrame = 0x400016dc;
/*ppRxFragmentProc = 0x40001704;*/
/* rcGetSched = 0x40001764;*/
rcTxUpdatePer = 0x40001770;
rcUpdateTxDone = 0x4000177c;
//rcUpdateTxDone = 0x4000177c;
wDevCheckBlockError = 0x400017b4;
/*wDev_IndicateFrame = 0x400017c8;*/
wDev_ProcessFiq = 0x400017f0;

View File

@ -783,7 +783,7 @@ rcSetTxAmpduLimit = 0x4000176c;
rcUpdateAckSnr = 0x40001774;
/*rcUpdateRate = 0x40001778;*/
/* rcUpdateTxDone = 0x4000177c; */
rcUpdateTxDoneAmpdu2 = 0x40001780;
//rcUpdateTxDoneAmpdu2 = 0x40001780;
rcUpSched = 0x40001784;
rssi_margin = 0x40001788;
rx11NRate2AMPDULimit = 0x4000178c;

View File

@ -1062,7 +1062,7 @@ rcSetTxAmpduLimit = 0x40005784;
rcUpdateAckSnr = 0x4000579c;
/*rcUpdateRate = 0x400057a8;*/
/* rcUpdateTxDone = 0x400057b4; */
rcUpdateTxDoneAmpdu2 = 0x400057c0;
//rcUpdateTxDoneAmpdu2 = 0x400057c0;
rcUpSched = 0x400057cc;
rssi_margin = 0x400057d8;
rx11NRate2AMPDULimit = 0x400057e4;

@ -1 +1 @@
Subproject commit 2be8efb8571324e6ed3b0ed1da104068fa808bee
Subproject commit 88f602c58daea51dfe5d3f3c81bd2874e302ecd7