소스 검색

qcacld-3.0: Use hdd_enter_dev() instead of hdd_enter() to set APF offload

Use hdd_enter_dev() instead of hdd_enter() to set APF offload so that
it will print out which vdev it is coming from.

Change-Id: If75d835f39c86f149c1f42c4289b45083fa84f09
CRs-Fixed: 3133175
Alan Chen 3 년 전
부모
커밋
c9999b3b40
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      core/hdd/src/wlan_hdd_apf.c

+ 2 - 1
core/hdd/src/wlan_hdd_apf.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -608,7 +609,7 @@ __wlan_hdd_cfg80211_apf_offload(struct wiphy *wiphy,
 	int ret_val = 0, apf_subcmd;
 	struct hdd_apf_context *context;
 
-	hdd_enter();
+	hdd_enter_dev(dev);
 
 	if (!adapter) {
 		hdd_err("Adapter is null");