forked from espressif/esp-idf
fix(wifi): Fix some wifi issue
1.fix multi antenna issue 2.fix dirty eb when rx HE rate action for C6 3.fix h/w modem state consecutive times when the modem sleep type is modified in runtime
This commit is contained in:
@@ -144,7 +144,7 @@ TRC_PER_IS_GOOD = 0x40000dc0;
|
|||||||
trc_SetTxAmpduState = 0x40000dc4;
|
trc_SetTxAmpduState = 0x40000dc4;
|
||||||
trc_tid_isTxAmpduOperational = 0x40000dc8;
|
trc_tid_isTxAmpduOperational = 0x40000dc8;
|
||||||
trcAmpduSetState = 0x40000dcc;
|
trcAmpduSetState = 0x40000dcc;
|
||||||
wDevCheckBlockError = 0x40000dd0;
|
//wDevCheckBlockError = 0x40000dd0;
|
||||||
wDev_AppendRxBlocks = 0x40000dd4;
|
wDev_AppendRxBlocks = 0x40000dd4;
|
||||||
wDev_DiscardFrame = 0x40000dd8;
|
wDev_DiscardFrame = 0x40000dd8;
|
||||||
wDev_GetNoiseFloor = 0x40000ddc;
|
wDev_GetNoiseFloor = 0x40000ddc;
|
||||||
|
Submodule components/esp_wifi/lib updated: c8a6ac54c5...3e202a0f02
Reference in New Issue
Block a user