瀏覽代碼

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