Merge branch 'bugfix/fix_esp32_cant_tx_after_tx_timeout_v4.4' into 'release/v4.4'

fix(wifi): fix esp32 unrecoverable m f issue, fix rxAppendBlock issue

See merge request espressif/esp-idf!31136
This commit is contained in:
Jiang Jiang Jian
2024-05-28 20:02:49 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1623,7 +1623,7 @@ TRC_PER_IS_GOOD = 0x400017a4;
trc_SetTxAmpduState = 0x400017a8;
trc_tid_isTxAmpduOperational = 0x400017ac;
trcAmpduSetState = 0x400017b0;
wDev_AppendRxBlocks = 0x400017b8;
//wDev_AppendRxBlocks = 0x400017b8;
wDev_DiscardFrame = 0x400017bc;
wDev_GetNoiseFloor = 0x400017c0;
wDev_IndicateAmpdu = 0x400017c4;

View File

@@ -1927,7 +1927,7 @@ trc_SetTxAmpduState = 0x40005838;
trc_tid_isTxAmpduOperational = 0x40005844;
trcAmpduSetState = 0x40005850;
wDevCheckBlockError = 0x4000585c;
wDev_AppendRxBlocks = 0x40005868;
//wDev_AppendRxBlocks = 0x40005868;
wDev_DiscardFrame = 0x40005874;
wDev_GetNoiseFloor = 0x40005880;
wDev_IndicateAmpdu = 0x4000588c;