fix(wifi): fix some wapi and fragment issues
1. fix gcmp fragment rx issue 2. support wapi fragment tx and rx 3. fix wapi uskid issue 4. fix lmac tx done assert issue 5. fix scan done or disconnected event miss issue 6. fix offchan action tx memory leak issue
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: a4e903fe43...8f933de0fd
Reference in New Issue
Block a user