fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address) matches its own address

This commit is contained in:
xuxiao 2024-11-22 10:56:04 +08:00 committed by BOT
parent 8886dba9d1
commit bd21db34b2
3 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ ppRecycleRxPkt = 0x40000e7c;
ppResortTxAMPDU = 0x40000e80;
ppResumeTxAMPDU = 0x40000e84;
ppRxFragmentProc = 0x40000e88;
ppRxPkt = 0x40000e8c;
/*ppRxPkt = 0x40000e8c;*/
ppRxProtoProc = 0x40000e90;
ppSearchTxQueue = 0x40000e94;
ppSearchTxframe = 0x40000e98;

View File

@ -191,7 +191,7 @@ ppRecycleRxPkt = 0x40000df4;
ppResortTxAMPDU = 0x40000df8;
ppResumeTxAMPDU = 0x40000dfc;
ppRxFragmentProc = 0x40000e00;
ppRxPkt = 0x40000e04;
/*ppRxPkt = 0x40000e04;*/
ppRxProtoProc = 0x40000e08;
ppSearchTxQueue = 0x40000e0c;
ppSearchTxframe = 0x40000e10;

@ -1 +1 @@
Subproject commit ede55ea6fdfc67953b5d5f3caf8f37a15d39237d
Subproject commit 447ecf9d556525d7a28b2d3c6620556cc6e3715d