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
This commit is contained in:

committed by
Rahul Choudhary

orang tua
bca37ddeea
melakukan
70520b3143
@@ -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) ||
|
||||
|
Reference in New Issue
Block a user