diff --git a/umac/regulatory/core/src/reg_opclass.c b/umac/regulatory/core/src/reg_opclass.c index b3711387c5..8a1d39b7d7 100644 --- a/umac/regulatory/core/src/reg_opclass.c +++ b/umac/regulatory/core/src/reg_opclass.c @@ -1577,7 +1577,7 @@ static bool reg_is_chan_supported(struct wlan_objmgr_pdev *pdev, enum phy_ch_width ch_width, enum supported_6g_pwr_types in_6g_pwr_mode) { - struct reg_channel_list chan_list; + struct reg_channel_list chan_list = {0}; qdf_freq_t center_320; struct ch_params ch_params = {0};