Browse Source

qcacld-3.0: Add log to show netif queue operation

Add log to show the vdev_id/action/reason of net_if queue operation.

Change-Id: I207121d19c78272b1d084b18fbfba4d1364670e6
CRs-Fixed: 3425474
Lin Bai 2 years ago
parent
commit
c4def7dc3a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/hdd/src/wlan_hdd_tx_rx.c

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

@@ -1057,6 +1057,9 @@ void wlan_hdd_netif_queue_control(struct hdd_adapter *adapter,
 	if (hdd_adapter_is_link_adapter(adapter))
 		return;
 
+	hdd_debug("netif_control's vdev_id: %d, action: %d, reason: %d",
+		  adapter->vdev_id, action, reason);
+
 	switch (action) {
 
 	case WLAN_NETIF_CARRIER_ON: