diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-04-20 19:45:47 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-04-20 20:00:27 +0300 |
commit | 77561f9394f8553cce487b12b15b4879ecbaf6d7 (patch) | |
tree | 0f4c39497785d82c4b5d60976582426f11b49288 /drivers/net/wireless/ath/ath10k/htt.h | |
parent | bf3c13ab49965f0517b579dc490d612d074d535a (diff) | |
download | linux-77561f9394f8553cce487b12b15b4879ecbaf6d7.tar.xz |
ath10k: move htt_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/htt.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt.h b/drivers/net/wireless/ath/ath10k/htt.h index ee7c8f8f8073..911c535d0863 100644 --- a/drivers/net/wireless/ath/ath10k/htt.h +++ b/drivers/net/wireless/ath/ath10k/htt.h @@ -1562,7 +1562,6 @@ struct ath10k_htt { u8 target_version_major; u8 target_version_minor; struct completion target_version_received; - enum ath10k_fw_htt_op_version op_version; u8 max_num_amsdu; u8 max_num_ampdu; |