From 0c18108100ca42914d2f2bd3f03b4c8f0bf46913 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 11 Dec 2020 14:00:19 -0800 Subject: [PATCH] [mac-links] fix setting Ext Address on TREL link (#5943) --- src/core/mac/mac_links.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mac/mac_links.hpp b/src/core/mac/mac_links.hpp index b69827d42..4ae1fd257 100644 --- a/src/core/mac/mac_links.hpp +++ b/src/core/mac/mac_links.hpp @@ -377,9 +377,9 @@ public: mSubMac.SetExtAddress(aExtAddress); #else mExtAddress = aExtAddress; +#endif #if OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE mTrel.HandleExtAddressChange(); -#endif #endif }