diff --git a/src/core/mac/mac.cpp b/src/core/mac/mac.cpp index f58606828..d21aeb927 100644 --- a/src/core/mac/mac.cpp +++ b/src/core/mac/mac.cpp @@ -2426,7 +2426,7 @@ exit: void Mac::UpdateCsl(void) { uint16_t period = IsCslEnabled() ? GetCslPeriod() : 0; - uint8_t channel = GetCslChannel() ? GetCslChannel() : mRadioChannel; + uint8_t channel = GetCslChannel() ? GetCslChannel() : mPanChannel; if (mLinks.UpdateCsl(period, channel, Get().GetParent().GetRloc16(), Get().GetParent().GetExtAddress()))