Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:35492 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726793AbeHHM7i (ORCPT ); Wed, 8 Aug 2018 08:59:38 -0400 From: Wen Gong To: ath10k@lists.infradead.org, johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Subject: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput Date: Wed, 8 Aug 2018 18:40:00 +0800 Message-Id: <1533724802-30944-1-git-send-email-wgong@codeaurora.org> (sfid-20180808_124034_747900_A72840B7) Sender: linux-wireless-owner@vger.kernel.org List-ID: Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set the default value to 8, and ath10k will change it to 6. Then mac80211 will use the changed value 6 as sk_pacing_shift since 6 is the best value for tx throughput by test result. Wen Gong (2): mac80211: Change sk_pacing_shift saved to ieee80211_hw ath10k: Set sk_pacing_shift to 6 for 11AC WiFi chips drivers/net/wireless/ath/ath10k/core.c | 6 ++++++ drivers/net/wireless/ath/ath10k/hw.h | 3 +++ drivers/net/wireless/ath/ath10k/mac.c | 4 ++++ include/net/mac80211.h | 5 +++++ net/mac80211/main.c | 2 ++ net/mac80211/tx.c | 2 +- 6 files changed, 21 insertions(+), 1 deletion(-) -- 1.9.1