diff --git a/umac/regulatory/core/src/reg_build_chan_list.c b/umac/regulatory/core/src/reg_build_chan_list.c index 82ce8d0bcc..4ec71fcea7 100644 --- a/umac/regulatory/core/src/reg_build_chan_list.c +++ b/umac/regulatory/core/src/reg_build_chan_list.c @@ -2698,9 +2698,10 @@ reg_search_afc_power_info_for_freq( if (reg_chan_band_to_freq(pdev, subchannels[k], BIT(REG_BAND_6G)) == - freq) + freq) { *eirp_power = eirp_obj->eirp_power; break; + } } } }