aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/debug.c
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2016-04-20 12:45:33 -0400
committerKalle Valo <kvalo@qca.qualcomm.com>2016-04-20 13:00:26 -0400
commitbf3c13ab49965f0517b579dc490d612d074d535a (patch)
tree082efc25dcef6ce623b7fd6c4aa20e8f817f3c59 /drivers/net/wireless/ath/ath10k/debug.c
parentc4cdf753ed4287467248126a4fac072fbba53b31 (diff)
ath10k: move wmi_op_version to struct ath10k_fw_file
Preparation for testmode.c to use ath10k_core_fetch_board_data_api_n(). Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/debug.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/debug.c b/drivers/net/wireless/ath/ath10k/debug.c
index 27787d23b2bd..8a63ce5c6e09 100644
--- a/drivers/net/wireless/ath/ath10k/debug.c
+++ b/drivers/net/wireless/ath/ath10k/debug.c
@@ -178,7 +178,7 @@ void ath10k_debug_print_boot_info(struct ath10k *ar)
178 ath10k_info(ar, "htt-ver %d.%d wmi-op %d htt-op %d cal %s max-sta %d raw %d hwcrypto %d\n", 178 ath10k_info(ar, "htt-ver %d.%d wmi-op %d htt-op %d cal %s max-sta %d raw %d hwcrypto %d\n",
179 ar->htt.target_version_major, 179 ar->htt.target_version_major,
180 ar->htt.target_version_minor, 180 ar->htt.target_version_minor,
181 ar->wmi.op_version, 181 ar->normal_mode_fw.fw_file.wmi_op_version,
182 ar->htt.op_version, 182 ar->htt.op_version,
183 ath10k_cal_mode_str(ar->cal_mode), 183 ath10k_cal_mode_str(ar->cal_mode),
184 ar->max_num_stations, 184 ar->max_num_stations,