diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2015-01-05 05:40:22 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-01-13 15:17:01 +0100 |
commit | c3ebfede463ca071ae42d5b5aa3b6cb89c592951 (patch) | |
tree | d138eea928f635968099f46094a25a2297437410 /drivers/net/wireless/ath/ath10k/htt.c | |
parent | ath10k: fix error return code (diff) | |
download | linux-c3ebfede463ca071ae42d5b5aa3b6cb89c592951.tar.xz linux-c3ebfede463ca071ae42d5b5aa3b6cb89c592951.zip |
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.c')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/htt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/htt.c b/drivers/net/wireless/ath/ath10k/htt.c index 56cb4aceb383..ceec76426070 100644 --- a/drivers/net/wireless/ath/ath10k/htt.c +++ b/drivers/net/wireless/ath/ath10k/htt.c @@ -53,7 +53,6 @@ int ath10k_htt_init(struct ath10k *ar) struct ath10k_htt *htt = &ar->htt; htt->ar = ar; - htt->max_throughput_mbps = 800; /* * Prefetch enough data to satisfy target |