Skip to content

Commit 82923bd

Browse files
committed
bcmdhd: disable print information
[ 36.135380] wl_run_escan: LEGACY_SCAN sync ID: 2, bssidx: 0 [ 69.330371] wl_run_escan: LEGACY_SCAN sync ID: 3, bssidx: 0 [ 112.344229] wl_run_escan: LEGACY_SCAN sync ID: 4, bssidx: 0 [ 165.374023] wl_run_escan: LEGACY_SCAN sync ID: 5, bssidx: 0 [ 228.374187] wl_run_escan: LEGACY_SCAN sync ID: 6, bssidx: 0 Signed-off-by: Nick Xie <[email protected]>
1 parent f6f45bb commit 82923bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfg80211.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,7 @@ wl_run_escan(struct bcm_cfg80211 *cfg, struct net_device *ndev,
28232823

28242824
err = wldev_iovar_setbuf(ndev, "escan", params, params_size,
28252825
cfg->escan_ioctl_buf, WLC_IOCTL_MEDLEN, NULL);
2826-
printf("%s: LEGACY_SCAN sync ID: %d, bssidx: %d\n", __FUNCTION__, params->sync_id, bssidx);
2826+
// printf("%s: LEGACY_SCAN sync ID: %d, bssidx: %d\n", __FUNCTION__, params->sync_id, bssidx);
28272827
if (unlikely(err)) {
28282828
if (err == BCME_EPERM)
28292829
/* Scan Not permitted at this point of time */

0 commit comments

Comments
 (0)