Browse Source

qcacld-3.0: Correct the debugfs print for coex idrx read

The debugfs read operation for mws idrx is not printing the
correct subids.

Change the debugfs print to reflect the correct subids during
the coex idrx debugfs read operation.

CRs-Fixed: 2431347
Change-Id: I1a4bd623c17e41a69428c4611818f2b55153d505
Sachin Ahuja 6 years ago
parent
commit
6edf8d9cf2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      core/hdd/src/wlan_hdd_debugfs_coex.c

+ 5 - 5
core/hdd/src/wlan_hdd_debugfs_coex.c

@@ -463,11 +463,11 @@ static QDF_STATUS __hdd_debugfs_mws_coex_idrx_read(struct hdd_context *hdd_ctx,
 				 "sub0_is_link_critical = %u\n"
 				 "sub0_static_power = %u\n"
 				 "sub0_rssi = %d\n"
-				 "sub0_techid = %d\n"
-				 "sub0_policy = %d\n"
-				 "sub0_is_link_critical = %d\n"
-				 "sub0_static_power = %u\n"
-				 "sub0_rssi = %d\n",
+				 "sub1_techid = %d\n"
+				 "sub1_policy = %d\n"
+				 "sub1_is_link_critical = %d\n"
+				 "sub1_static_power = %u\n"
+				 "sub1_rssi = %d\n",
 			   idrx_state->vdev_id,
 			   idrx_state->sub0_techid,
 			   idrx_state->sub0_policy,