mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-18 17:38:09 +00:00
fix(wifi): fixed some wifi issue
1. sync multi antenna gpio register from IDF 2. fixed multicast address qos frames issue 3. fixed task watchdog got triggered by esp_wifi_stop issue
This commit is contained in:
@@ -1817,7 +1817,7 @@ is_lmac_idle = 0x400052f8;
|
||||
/*lmacAdjustTimestamp = 0x40005304;*/
|
||||
lmacDiscardAgedMSDU = 0x40005310;
|
||||
/*lmacDiscardMSDU = 0x4000531c;*/
|
||||
lmacEndFrameExchangeSequence = 0x40005328;
|
||||
/*lmacEndFrameExchangeSequence = 0x40005328;*/
|
||||
lmacIsIdle = 0x40005334;
|
||||
lmacIsLongFrame = 0x40005340;
|
||||
/*lmacMSDUAged = 0x4000534c;*/
|
||||
|
Reference in New Issue
Block a user