+13
−3
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
qdf_freq_t is by default defined as uint32_t, but hdd_ctx-> unsafe_channel_list is defined as uin16_t because cnss interface is defined as uint16_t, so can't pass hdd_ctx->unsafe_channel_list to ucfg_policy_mgr_init_chan_avoidance() which expect qdf_freq_t list. Convert hdd_ctx->unsafe_channel_list to qdf_freq_t list and pass it to ucfg_policy_mgr_init_chan_avoidance(). Change-Id: I0207827e3cbaa82526e97d2826d90d396148c84a CRs-Fixed: 2964178