wifi: delete the invalid prints [1/1]
authorRongjun Chen <rongjun.chen@amlogic.com>
Wed, 13 Feb 2019 02:30:40 +0000 (10:30 +0800)
committerRongjun Chen <rongjun.chen@amlogic.com>
Wed, 13 Feb 2019 02:30:40 +0000 (10:30 +0800)
PD#SWPL-4729

Problem:
invalid prints

Solution:
delete the invalid prints

Verify:
ampere

Change-Id: I4314d77afb680657d0211ac9094601319c06ee82

bcmdhd.100.10.315.x/wl_cfg80211.c

index a15d01995f4a04ebc8527014b839df73760b0fcf..e3fdbccc41130ec5da37f689e466b083be7914a5 100644 (file)
@@ -7998,7 +7998,7 @@ wl_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
                }
 
                if (err) {
-                       WL_ERR(("if_counters not supported ret=%d\n", err));
+       //              WL_ERR(("if_counters not supported ret=%d\n", err));
                        memset(&pktcnt, 0, sizeof(pktcnt));
                        err = wldev_ioctl_get(dev, WLC_GET_PKTCNTS, &pktcnt,
                                sizeof(pktcnt));