From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030245AbcHEFkW (ORCPT ); Fri, 5 Aug 2016 01:40:22 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:36055 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751985AbcHEFkS (ORCPT ); Fri, 5 Aug 2016 01:40:18 -0400 Message-ID: <1470375614.2977.1.camel@sipsolutions.net> Subject: Re: [PATCH 1/2] mac80211/wlcore: Add ieee80211_hw variable to get_expected_throughput From: Johannes Berg To: John Stultz , Maxim Altshul Cc: lkml , Kalle Valo , Eliad Peller , Yaniv Machani Date: Fri, 05 Aug 2016 07:40:14 +0200 In-Reply-To: (sfid-20160804_233136_680125_B052D0C9) References: <20160804124314.7636-1-maxim.altshul@ti.com> <20160804124314.7636-2-maxim.altshul@ti.com> (sfid-20160804_233136_680125_B052D0C9) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.2-2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-08-04 at 14:31 -0700, John Stultz wrote: > On Thu, Aug 4, 2016 at 5:43 AM, Maxim Altshul > wrote: > > - The variable is added to allow the driver an easy access > > to it's own hw->priv when the op is invoked. > > > > - Change wlcore op accordingly. > > > > Signed-off-by: Maxim Altshul > > These two patches solve the regression I was seeing with pre-v4.8-rc1 > kernels on HiKey. > Interesting, what was the regression? Was the station pointer there not valid? johannes