mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 06:37:46 +00:00
[mac-links] fix setting Ext Address on TREL link (#5943)
This commit is contained in:
@@ -377,9 +377,9 @@ public:
|
||||
mSubMac.SetExtAddress(aExtAddress);
|
||||
#else
|
||||
mExtAddress = aExtAddress;
|
||||
#endif
|
||||
#if OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE
|
||||
mTrel.HandleExtAddressChange();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user