diff --git a/src/core/radio/radio.hpp b/src/core/radio/radio.hpp index 5a76b0dddc4..6391710844e 100644 --- a/src/core/radio/radio.hpp +++ b/src/core/radio/radio.hpp @@ -814,7 +814,7 @@ class Radio : public InstanceLocator, private NonCopyable #endif #if OPENTHREAD_CONFIG_RADIO_915MHZ_OQPSK_SUPPORT - if (aChannelPage == kChannelPage1) + if (aChannelPage == kChannelPage2) { mask = OT_RADIO_915MHZ_OQPSK_CHANNEL_MASK; }