forked from espressif/esp-idf
fix(wifi): missed annotate ld function from txop fix
This commit is contained in:
@@ -1595,7 +1595,7 @@ ic_interface_enabled = 0x400015e4;
|
||||
is_lmac_idle = 0x400015e8;
|
||||
lmacAdjustTimestamp = 0x400015ec;
|
||||
lmacDiscardAgedMSDU = 0x400015f0;
|
||||
lmacDiscardMSDU = 0x400015f4;
|
||||
/*lmacDiscardMSDU = 0x400015f4;*/
|
||||
lmacEndFrameExchangeSequence = 0x400015f8;
|
||||
lmacIsIdle = 0x400015fc;
|
||||
lmacIsLongFrame = 0x40001600;
|
||||
|
@@ -1905,7 +1905,7 @@ ic_interface_enabled = 0x400052ec;
|
||||
is_lmac_idle = 0x400052f8;
|
||||
lmacAdjustTimestamp = 0x40005304;
|
||||
lmacDiscardAgedMSDU = 0x40005310;
|
||||
lmacDiscardMSDU = 0x4000531c;
|
||||
/*lmacDiscardMSDU = 0x4000531c;*/
|
||||
lmacEndFrameExchangeSequence = 0x40005328;
|
||||
lmacIsIdle = 0x40005334;
|
||||
lmacIsLongFrame = 0x40005340;
|
||||
|
Reference in New Issue
Block a user