mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'fix/fix_can_receive_data_from_self' into 'master'
fix(wifi): fix esp32c6 can receive data frames where the SA (Source Address)... See merge request espressif/esp-idf!35113
This commit is contained in:
@@ -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;
|
||||
|
Submodule components/esp_wifi/lib updated: ede55ea6fd...447ecf9d55
Reference in New Issue
Block a user