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 1ezNNW-0004cF-Rk for ath10k@lists.infradead.org; Fri, 23 Mar 2018 14:09:12 +0000 MIME-Version: 1.0 Date: Fri, 23 Mar 2018 19:38:59 +0530 From: akolli@codeaurora.org Subject: Re: [PATCH] ath10k: Implement get_expected_throughput callback In-Reply-To: <1521812659.28252.0.camel@sipsolutions.net> References: <1521790620-12267-1-git-send-email-akolli@codeaurora.org> <2667699.TbZPxW0hJB@bentobox> <5434de1a4bcdf7341fdeb766e7638760@codeaurora.org> (sfid-20180323_144153_352630_7377CAE0) <1521812659.28252.0.camel@sipsolutions.net> Message-ID: <13b463416aedef1cee5641a8f89f9705@codeaurora.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Johannes Berg Cc: Johannes Berg , linux-wireless-owner@vger.kernel.org, linux-wireless@vger.kernel.org, Antonio Quartulli , ath10k@lists.infradead.org, Sven Eckelmann , Tamizh chelvam , Felix Fietkau On 2018-03-23 19:14, Johannes Berg wrote: > On Fri, 2018-03-23 at 19:11 +0530, akolli@codeaurora.org wrote: >> >> > > + >> > > + sinfo->expected_throughput = >> > > + >> > > ewma_sta_txrate_read(&arsta->ave_sta_txrate); >> > > + sinfo->filled |= >> > > BIT(NL80211_STA_INFO_EXPECTED_THROUGHPUT); >> > > +} > >> Yes. This looks redundant, I will remove this line, >> sinfo->filled |= BIT(NL80211_STA_INFO_EXPECTED_THROUGHPUT); > > You don't need any of the changes here in ath10k_sta_statistics(). Hi Jaohannes, Yes. I removed this in ath10k driver and sent a v2 patch. Thanks, Anil. _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k