All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Luca Coelho <luca@coelho.fi>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 13/13] iwlwifi: mvm: starting from 22000 we have 32 Rx AMPDU sessions
Date: Thu, 17 Feb 2022 15:25:20 +0200	[thread overview]
Message-ID: <87pmnlzku7.fsf@kernel.org> (raw)
In-Reply-To: <iwlwifi.20220128153014.7120a90ed7d2.I9d6d907a2c1b965d1e42ff9f0886b1df627e4761@changeid> (Luca Coelho's message of "Fri, 28 Jan 2022 15:34:33 +0200")

Luca Coelho <luca@coelho.fi> writes:

> From: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
>
> Those devices have more BAIDs, which is the hardware module
> that tracks the BA session.
>
> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
> ---
>  drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h | 3 +++
>  drivers/net/wireless/intel/iwlwifi/mvm/mvm.h         | 1 -
>  drivers/net/wireless/intel/iwlwifi/mvm/sta.c         | 6 +++---
>  3 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h b/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h
> index b0b8f067d544..5539d402daa9 100644
> --- a/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h
> +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h
> @@ -264,6 +264,9 @@ struct iwl_rlc_config_cmd {
>  	u8 reserved[3];
>  } __packed; /* RLC_CONFIG_CMD_API_S_VER_2 */
>  
> +#define IWL_MAX_BAID_OLD	16 /* MAX_IMMEDIATE_BA_API_D_VER_2 */
> +#define IWL_MAX_BAID		32 /* MAX_IMMEDIATE_BA_API_D_VER_3 */

Nitpicking, but using "old" or "new" creates problems as often there
could be a third option :) No need to resend.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

      reply	other threads:[~2022-02-17 13:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 13:34 [PATCH 00/13] iwlwifi: updates intended for v5.18 2022-01-28 Luca Coelho
2022-01-28 13:34 ` [PATCH 01/13] iwlwifi: mvm: offload channel switch timing to FW Luca Coelho
2022-01-28 13:34 ` [PATCH 02/13] iwlwifi: mvm: allow enabling UHB TAS in the USA via ACPI setting Luca Coelho
2022-01-28 13:34 ` [PATCH 03/13] iwlwifi: prefer WIDE_ID() over iwl_cmd_id() Luca Coelho
2022-01-28 13:34 ` [PATCH 04/13] iwlwifi: mvm: fw: clean up hcmd struct creation Luca Coelho
2022-01-28 13:34 ` [PATCH 05/13] iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_id Luca Coelho
2022-01-28 13:34 ` [PATCH 06/13] iwlwifi: de-const properly where needed Luca Coelho
2022-01-28 13:34 ` [PATCH 07/13] iwlwifi: propagate (const) type qualifier Luca Coelho
2022-01-28 13:34 ` [PATCH 08/13] iwlwifi: fix various more -Wcast-qual warnings Luca Coelho
2022-01-28 13:34 ` [PATCH 09/13] iwlwifi: avoid void pointer arithmetic Luca Coelho
2022-01-28 13:34 ` [PATCH 10/13] iwlwifi: cfg: add support for 1K BA queue Luca Coelho
2022-01-28 13:34 ` [PATCH 11/13] iwlwifi: mvm: refactor iwl_mvm_sta_rx_agg() Luca Coelho
2022-01-28 13:34 ` [PATCH 12/13] iwlwifi: mvm: support new BAID allocation command Luca Coelho
2022-01-28 13:34 ` [PATCH 13/13] iwlwifi: mvm: starting from 22000 we have 32 Rx AMPDU sessions Luca Coelho
2022-02-17 13:25   ` Kalle Valo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmnlzku7.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luca@coelho.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.