mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'bugfix/fix_gcmp_fragment_tx_issue' into 'master'
fix(wifi): fix gcmp fragment rx issue Closes WIFIBUG-1536, WIFI-7094, and FCS-1806 See merge request espressif/esp-idf!42977
This commit is contained in:
@@ -30,7 +30,7 @@ pm_sleep = 0x40001bbc;
|
||||
//pm_tbtt_process = 0x40001bc4;
|
||||
ppAssembleAMPDU = 0x40001bcc;
|
||||
ppCalTxAMPDULength = 0x40001bd8;
|
||||
ppRxFragmentProc = 0x40001c28;
|
||||
/*ppRxFragmentProc = 0x40001c28;*/
|
||||
ppRxPkt = 0x40001c2c;
|
||||
pp_coex_tx_request = 0x40001c54;
|
||||
/* rcGetSched = 0x40001c88; */
|
||||
|
||||
@@ -711,7 +711,7 @@ wDev_Rxbuf_Deinit = 0x40001e5c;
|
||||
ppCalTkipMic = 0x40001e60;
|
||||
wDev_SnifferRxData = 0x40001e64;
|
||||
hal_crypto_enable = 0x40001e68;
|
||||
hal_crypto_disable = 0x40001e6c;
|
||||
/*hal_crypto_disable = 0x40001e6c;*/
|
||||
wDev_Insert_KeyEntry = 0x40001e70;
|
||||
wDev_remove_KeyEntry = 0x40001e74;
|
||||
rc_enable_trc = 0x40001e78;
|
||||
|
||||
@@ -184,7 +184,7 @@ ppRecycleAmpdu = 0x40000e78;
|
||||
ppRecycleRxPkt = 0x40000e7c;
|
||||
ppResortTxAMPDU = 0x40000e80;
|
||||
ppResumeTxAMPDU = 0x40000e84;
|
||||
ppRxFragmentProc = 0x40000e88;
|
||||
/*ppRxFragmentProc = 0x40000e88;*/
|
||||
/* ppRxPkt = 0x40000e8c; */
|
||||
/* ppRxProtoProc = 0x40000e90; */
|
||||
ppSearchTxQueue = 0x40000e94;
|
||||
|
||||
@@ -184,7 +184,7 @@ ppRecycleAmpdu = 0x40000df0;
|
||||
ppRecycleRxPkt = 0x40000df4;
|
||||
ppResortTxAMPDU = 0x40000df8;
|
||||
ppResumeTxAMPDU = 0x40000dfc;
|
||||
ppRxFragmentProc = 0x40000e00;
|
||||
/*ppRxFragmentProc = 0x40000e00;*/
|
||||
/*ppRxPkt = 0x40000e04;*/
|
||||
/*ppRxProtoProc = 0x40000e08;*/
|
||||
ppSearchTxQueue = 0x40000e0c;
|
||||
|
||||
+1
-1
Submodule components/esp_wifi/lib updated: dfe47c186d...d3ae55180c
Reference in New Issue
Block a user