From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753549AbcICKYn (ORCPT ); Sat, 3 Sep 2016 06:24:43 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58510 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752855AbcICKYi (ORCPT ); Sat, 3 Sep 2016 06:24:38 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org D4E8861EB1 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [2/2,v2] wlcore: Remove wl pointer from wl_sta structure From: Kalle Valo In-Reply-To: <20160815082400.12053-1-maxim.altshul@ti.com> To: Maxim Altshul Cc: , Maxim Altshul , Message-Id: <20160903102437.28D5D62016@smtp.codeaurora.org> Date: Sat, 3 Sep 2016 10:24:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Maxim Altshul wrote: > This field was added to wl_sta struct to get hw in situations > where it was not given to driver by mac80211. > > In our case, get_expected_throughput op did not send hw to driver. > > This patch reverts the change, as it is no longer needed due to > get_expected_throughput op change (hw is now sent as a parameter) > > Signed-off-by: Maxim Altshul I'll change the end of commit log to: This patch reverts the change, as it is no longer needed due to commit 4fdbc67a25ce ("mac80211: call get_expected_throughput only after adding station") as hw is now sent as a parameter. -- Sent by pwcli https://patchwork.kernel.org/patch/9280419/