Browse Source

qcacld-3.0: Remove dev enter log from get stats

Get stats NDO can be called from user space or CLI in a loop
and this can over flow useful driver log buffer and hence remove
dev enter log from get stats ndo callback.

Change-Id: I99a4431f810dbb738ba94b31df488a9c5b24da86
CRs-Fixed: 3176830
Rajeev Kumar 3 years ago
parent
commit
125a55e833
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/hdd/src/wlan_hdd_stats.c

+ 0 - 1
core/hdd/src/wlan_hdd_stats.c

@@ -6241,7 +6241,6 @@ struct net_device_stats *hdd_get_stats(struct net_device *dev)
 {
 	struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
 
-	hdd_enter_dev(dev);
 	return &adapter->stats;
 }