mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address) matches its own address
This commit is contained in:
parent
8886dba9d1
commit
bd21db34b2
@ -187,7 +187,7 @@ ppRecycleRxPkt = 0x40000e7c;
|
||||
ppResortTxAMPDU = 0x40000e80;
|
||||
ppResumeTxAMPDU = 0x40000e84;
|
||||
ppRxFragmentProc = 0x40000e88;
|
||||
ppRxPkt = 0x40000e8c;
|
||||
/*ppRxPkt = 0x40000e8c;*/
|
||||
ppRxProtoProc = 0x40000e90;
|
||||
ppSearchTxQueue = 0x40000e94;
|
||||
ppSearchTxframe = 0x40000e98;
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user