Переглянути джерело

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
Sheenam Monga 1 рік тому
батько
коміт
70520b3143
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      core/hdd/src/wlan_hdd_cfg80211.c

+ 0 - 3
core/hdd/src/wlan_hdd_cfg80211.c

@@ -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) ||