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
2019-04-10 18:49:03 +05:30
提交者 nshrivas
父节点 e2da578fb7
当前提交 6edf8d9cf2

查看文件

@@ -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,