mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-28 21:33:32 +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:
@@ -1516,7 +1516,7 @@ is_lmac_idle = 0x400015e8;
|
||||
/*lmacAdjustTimestamp = 0x400015ec;*/
|
||||
lmacDiscardAgedMSDU = 0x400015f0;
|
||||
/*lmacDiscardMSDU = 0x400015f4;*/
|
||||
lmacEndFrameExchangeSequence = 0x400015f8;
|
||||
/*lmacEndFrameExchangeSequence = 0x400015f8;*/
|
||||
lmacIsIdle = 0x400015fc;
|
||||
lmacIsLongFrame = 0x40001600;
|
||||
/*lmacMSDUAged = 0x40001604;*/
|
||||
|
Reference in New Issue
Block a user