From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:54544 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726837AbeGZIcK (ORCPT ); Thu, 26 Jul 2018 04:32:10 -0400 From: Wen Gong To: ath10k@lists.infradead.org, johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Subject: [PATCH 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput Date: Thu, 26 Jul 2018 15:16:31 +0800 Message-Id: <1532589393-16182-1-git-send-email-wgong@qti-qualcomm.corp-partner.google.com> (sfid-20180726_091645_122954_634F1065) Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Wen Gong 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/mac.c | 2 ++ include/net/mac80211.h | 1 + net/mac80211/main.c | 2 ++ net/mac80211/tx.c | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fiaW5-0002Bp-IR for ath10k@lists.infradead.org; Thu, 26 Jul 2018 07:16:56 +0000 From: Wen Gong Subject: [PATCH 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput Date: Thu, 26 Jul 2018 15:16:31 +0800 Message-Id: <1532589393-16182-1-git-send-email-wgong@qti-qualcomm.corp-partner.google.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: ath10k@lists.infradead.org, johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org From: Wen Gong 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/mac.c | 2 ++ include/net/mac80211.h | 1 + net/mac80211/main.c | 2 ++ net/mac80211/tx.c | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) -- 1.9.1 _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k