瀏覽代碼

qcacmn: Add debug print for is_2g_iface

Add debug print for is_2g_iface parameter passed into
__wlan_ipa_wlan_evt(). This could help to debug if 2nd
IPA TX pipe is used for the vdev or not.

Change-Id: Ifdf9651ca972d0591671848a3b65bde13c518c6b
CRs-Fixed: 3523319
Jia Ding 2 年之前
父節點
當前提交
6ad49b72b1
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      ipa/core/src/wlan_ipa_core.c

+ 3 - 2
ipa/core/src/wlan_ipa_core.c

@@ -2954,8 +2954,9 @@ static QDF_STATUS __wlan_ipa_wlan_evt(qdf_netdev_t net_dev, uint8_t device_mode,
 	struct wlan_objmgr_vdev *vdev;
 	bool ipa_wds = false;
 
-	ipa_debug("%s: EVT: %d, MAC: "QDF_MAC_ADDR_FMT", session_id: %u",
-		  net_dev->name, type, QDF_MAC_ADDR_REF(mac_addr), session_id);
+	ipa_debug("%s: EVT: %d, MAC: "QDF_MAC_ADDR_FMT", session_id: %u is_2g_iface %u",
+		  net_dev->name, type, QDF_MAC_ADDR_REF(mac_addr), session_id,
+		  is_2g_iface);
 
 	if (type >= QDF_IPA_WLAN_EVENT_MAX)
 		return QDF_STATUS_E_INVAL;