diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2015-01-05 07:40:22 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-01-13 17:17:01 +0300 |
commit | c3ebfede463ca071ae42d5b5aa3b6cb89c592951 (patch) | |
tree | d138eea928f635968099f46094a25a2297437410 /drivers/net/wireless/ath/ath10k/htt.h | |
parent | 8be3b69259ce2b9efc9a822ff3bf48a42460f133 (diff) | |
download | linux-c3ebfede463ca071ae42d5b5aa3b6cb89c592951.tar.xz |
ath10k: Remove unused htt->max_throughput_mbps
htt->max_throughput_mbps is not used anywhere.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
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 1bd5545af903..8809b37e1912 100644 --- a/drivers/net/wireless/ath/ath10k/htt.h +++ b/drivers/net/wireless/ath/ath10k/htt.h @@ -1182,7 +1182,6 @@ struct ath10k_htt { struct ath10k *ar; enum ath10k_htc_ep_id eid; - int max_throughput_mbps; u8 target_version_major; u8 target_version_minor; struct completion target_version_received; |