summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/core.h
diff options
context:
space:
mode:
authorTomislav Požega <pozega.tomislav@gmail.com>2019-09-23 21:49:23 +0200
committerKalle Valo <kvalo@codeaurora.org>2019-10-01 14:13:58 +0300
commit73690c4843fb501b675d06b46d75a8e78ea482a2 (patch)
treee40821dc1760b90cb34e134fd832addb0f142e01 /drivers/net/wireless/ath/ath10k/core.h
parent275ea1b26f386b5575c83399bb94ff5269ad2d57 (diff)
downloadlinux-73690c4843fb501b675d06b46d75a8e78ea482a2.tar.bz2
ath10k: print supported MCS rates within service ready event
Add vht_supp_mcs argument to service ready structure and print supported MCS rates in WMI service ready debug message. Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/core.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h
index 2a0a0086e0ad..153c4a27d78e 100644
--- a/drivers/net/wireless/ath/ath10k/core.h
+++ b/drivers/net/wireless/ath/ath10k/core.h
@@ -964,6 +964,7 @@ struct ath10k {
u32 hw_eeprom_rd;
u32 ht_cap_info;
u32 vht_cap_info;
+ u32 vht_supp_mcs;
u32 num_rf_chains;
u32 max_spatial_stream;
/* protected by conf_mutex */