qcacld-3.0: Initialize wlan_channel struct before use
In lim_update_mlo_mgr_ap_link_info_mbssid_connect(),
'channel' variable of type 'struct wlan_channel' is
used without initialization.
Fix is to initialize 'channel' structure = {0} on
declaration.
Change-Id: I3a6240396cf40ffa0c98f8a825cebd3dfe9f43c3
CRs-Fixed: 3663304