Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3ebfede authored by Sujith Manoharan's avatar Sujith Manoharan Committed by Kalle Valo
Browse files

ath10k: Remove unused htt->max_throughput_mbps



htt->max_throughput_mbps is not used anywhere.

Signed-off-by: default avatarSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 8be3b692
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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;