浏览代码

qcacmn: Register tlv ops for WMI POWER DBG command

Add WMI POWER DBG tlv ops to enable power debug command
feature.

Change-Id: I2a4e79624fae656bfdb0a442a9a22b4e96de4896
CRs-Fixed: 1065551
Govind Singh 8 年之前
父节点
当前提交
a348a1ae37
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      wmi/src/wmi_unified_tlv.c

+ 1 - 0
wmi/src/wmi_unified_tlv.c

@@ -12626,6 +12626,7 @@ struct wmi_ops tlv_ops =  {
 	.send_fw_test_cmd = send_fw_test_cmd_tlv,
 	.send_encrypt_decrypt_send_cmd =
 				send_encrypt_decrypt_send_cmd_tlv,
+	.send_power_dbg_cmd = send_power_dbg_cmd_tlv,
 };
 
 #ifndef CONFIG_MCL