mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(wifi): fix rssi and snr issue
This commit is contained in:
@ -27,7 +27,7 @@ ppProcTxSecFrame = 0x400016dc;
|
|||||||
/*ppRxFragmentProc = 0x40001704;*/
|
/*ppRxFragmentProc = 0x40001704;*/
|
||||||
/* rcGetSched = 0x40001764;*/
|
/* rcGetSched = 0x40001764;*/
|
||||||
rcTxUpdatePer = 0x40001770;
|
rcTxUpdatePer = 0x40001770;
|
||||||
rcUpdateTxDone = 0x4000177c;
|
//rcUpdateTxDone = 0x4000177c;
|
||||||
wDevCheckBlockError = 0x400017b4;
|
wDevCheckBlockError = 0x400017b4;
|
||||||
/*wDev_IndicateFrame = 0x400017c8;*/
|
/*wDev_IndicateFrame = 0x400017c8;*/
|
||||||
wDev_ProcessFiq = 0x400017f0;
|
wDev_ProcessFiq = 0x400017f0;
|
||||||
|
@ -783,7 +783,7 @@ rcSetTxAmpduLimit = 0x4000176c;
|
|||||||
rcUpdateAckSnr = 0x40001774;
|
rcUpdateAckSnr = 0x40001774;
|
||||||
/*rcUpdateRate = 0x40001778;*/
|
/*rcUpdateRate = 0x40001778;*/
|
||||||
/* rcUpdateTxDone = 0x4000177c; */
|
/* rcUpdateTxDone = 0x4000177c; */
|
||||||
rcUpdateTxDoneAmpdu2 = 0x40001780;
|
//rcUpdateTxDoneAmpdu2 = 0x40001780;
|
||||||
rcUpSched = 0x40001784;
|
rcUpSched = 0x40001784;
|
||||||
rssi_margin = 0x40001788;
|
rssi_margin = 0x40001788;
|
||||||
rx11NRate2AMPDULimit = 0x4000178c;
|
rx11NRate2AMPDULimit = 0x4000178c;
|
||||||
|
@ -1062,7 +1062,7 @@ rcSetTxAmpduLimit = 0x40005784;
|
|||||||
rcUpdateAckSnr = 0x4000579c;
|
rcUpdateAckSnr = 0x4000579c;
|
||||||
/*rcUpdateRate = 0x400057a8;*/
|
/*rcUpdateRate = 0x400057a8;*/
|
||||||
/* rcUpdateTxDone = 0x400057b4; */
|
/* rcUpdateTxDone = 0x400057b4; */
|
||||||
rcUpdateTxDoneAmpdu2 = 0x400057c0;
|
//rcUpdateTxDoneAmpdu2 = 0x400057c0;
|
||||||
rcUpSched = 0x400057cc;
|
rcUpSched = 0x400057cc;
|
||||||
rssi_margin = 0x400057d8;
|
rssi_margin = 0x400057d8;
|
||||||
rx11NRate2AMPDULimit = 0x400057e4;
|
rx11NRate2AMPDULimit = 0x400057e4;
|
||||||
|
Submodule components/esp_wifi/lib updated: 2be8efb857...88f602c58d
Reference in New Issue
Block a user