Return-path: Received: from mga09.intel.com ([134.134.136.24]:56923 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751470AbdFHIbJ (ORCPT ); Thu, 8 Jun 2017 04:31:09 -0400 From: "Grumbach, Emmanuel" To: Seraphime Kirkovski CC: "luca@coelho.fi" , "Berg, Johannes" , "Coelho, Luciano" , linuxwifi , Kalle Valo , "open list:INTEL WIRELESS WIFI LINK (iwlwifi)" , "open list:NETWORKING DRIVERS" , open list Subject: RE: [linuxwifi] [PATCH] net: wireless: intel: iwlwifi: dvm: fix tid mask Date: Thu, 8 Jun 2017 08:31:02 +0000 Message-ID: <0BA3FCBA62E2DC44AF3030971E174FB3E55212B0@hasmsx107.ger.corp.intel.com> (sfid-20170608_103142_643328_52E308B6) References: <20170607223354.22399-1-kirkseraph@gmail.com> <0BA3FCBA62E2DC44AF3030971E174FB3E5520A41@hasmsx107.ger.corp.intel.com> <20170608074954.qihkavvqdtwn4zmp@macchiaveli> In-Reply-To: <20170608074954.qihkavvqdtwn4zmp@macchiaveli> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: > > On Thu, Jun 08, 2017 at 06:31:01AM +0000, Grumbach, Emmanuel wrote: > > Hi, > > Hi, > > > True, OTOH we need tid to be 8 sometimes. We *just* need to make sure > > that we don't index tid_data with this. Hence I think the proper fix is: > > > > diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/tx.c > > b/drivers/net/wireless/intel/iwlwifi/dvm/tx.c > > index 06ac3f1..16a8646 100644 > > --- a/drivers/net/wireless/intel/iwlwifi/dvm/tx.c > > +++ b/drivers/net/wireless/intel/iwlwifi/dvm/tx.c > > @@ -1190,11 +1190,11 @@ void iwlagn_rx_reply_tx(struct iwl_priv *priv, > struct iwl_rx_cmd_buffer *rxb) > > next_reclaimed; > > IWL_DEBUG_TX_REPLY(priv, "Next reclaimed packet:%d\n", > > next_reclaimed); > > + iwlagn_check_ratid_empty(priv, sta_id, tid); > > } > > > > iwl_trans_reclaim(priv->trans, txq_id, ssn, &skbs); > > > > - iwlagn_check_ratid_empty(priv, sta_id, tid); > > freed = 0; > > > > /* process frames */ > > I can confirm it works. You can add my Tested-By. Patch in review in our internal tree. It'll be upstreamed through the regular process. Thanks for your report and debug work.