qcacld-3.0: Remove unwanted logging for usable channel

Currently, log is added when any frequency is populated
as usable channel frequency along with mode, band and other
params which could lead to multiple log addition if Band set
is ALL bands.

The change is to remove unwanted logging.

Change-Id: I02221df6a43aa0de8d79cb973adf124a5c52f89b
CRs-Fixed: 3579443
Dieser Commit ist enthalten in:
Sheenam Monga
2023-08-21 10:23:11 +05:30
committet von Rahul Choudhary
Ursprung bca37ddeea
Commit 70520b3143

Datei anzeigen

@@ -18510,9 +18510,6 @@ hdd_fill_usable_channels_data(struct sk_buff *skb, struct nlattr **tb,
return -EINVAL;
j++;
bw = hdd_convert_phy_bw_to_nl_bw(res_msg[i].bw);
hdd_debug("populating chan_params freq %d bw %d iface mode %d, seg0 %d",
res_msg[i].freq, bw, res_msg[i].iface_mode_mask,
res_msg[i].seg0_freq);
if (nla_put_u32(skb,
QCA_WLAN_VENDOR_ATTR_CHAN_INFO_PRIMARY_FREQ,
res_msg[i].freq) ||