summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/testmode_i.h
diff options
context:
space:
mode:
authorRyan Hsu <ryanhsu@qti.qualcomm.com>2017-04-25 14:19:16 -0700
committerKalle Valo <kvalo@qca.qualcomm.com>2017-05-04 15:59:48 +0300
commit4dcb78085d569438e9616bf86d2a64e1acdc5e4a (patch)
tree94db15b176b487af057cf52bffe0fd0828529445 /drivers/net/wireless/ath/ath10k/testmode_i.h
parenta16703aaeaedec7a8bee5be5522c7c3e75478951 (diff)
ath10k: append the wmi_op_version to testmode get_version cmd
QCA9xxx and QCA61x4/QCA93xx are using different wmi operation, in order for userspace to differentiate it, appends the wmi_op_version information alone with the get_version command. Signed-off-by: Ryan Hsu <ryanhsu@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/testmode_i.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/testmode_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/testmode_i.h b/drivers/net/wireless/ath/ath10k/testmode_i.h
index ba81bf66ce85..191a8f34c8ea 100644
--- a/drivers/net/wireless/ath/ath10k/testmode_i.h
+++ b/drivers/net/wireless/ath/ath10k/testmode_i.h
@@ -33,6 +33,7 @@ enum ath10k_tm_attr {
ATH10K_TM_ATTR_WMI_CMDID = 3,
ATH10K_TM_ATTR_VERSION_MAJOR = 4,
ATH10K_TM_ATTR_VERSION_MINOR = 5,
+ ATH10K_TM_ATTR_WMI_OP_VERSION = 6,
/* keep last */
__ATH10K_TM_ATTR_AFTER_LAST,