mbox series

[0/7] iwlwifi: updates intended for v5.10 2020-09-24

Message ID 20200924132339.337310-1-luca@coelho.fi
Headers show
Series iwlwifi: updates intended for v5.10 2020-09-24 | expand

Message

Luca Coelho Sept. 24, 2020, 1:23 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Here's the second set of patches intended for v5.10.  It's the usual
development, new features, cleanups and bugfixes.

The changes are:

* Enable TWT by default;
* Support for some new cards;
* Support new PPAG FW command version
* Move some trans code around for better abstraction;

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Cheers,
Luca.


Gil Adam (1):
  iwlwifi: acpi: support ppag table command v2

Golan Ben Ami (1):
  iwlwifi: enable twt by default

Ihab Zhaika (1):
  iwlwifi: add new cards for MA family

Mordechay Goodstein (4):
  iwlwifi: iwl-trans: move all txcmd init to trans alloc
  iwlwifi: move bc_pool to a common trans header
  iwlwifi: iwl-trans: move tfd to trans layer
  iwlwifi: move bc_table_dword to a common trans header

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |  51 +++++++--
 drivers/net/wireless/intel/iwlwifi/fw/acpi.h  |   8 +-
 .../net/wireless/intel/iwlwifi/fw/api/power.h |  27 +++--
 .../net/wireless/intel/iwlwifi/fw/api/tx.h    |   7 +-
 .../net/wireless/intel/iwlwifi/fw/runtime.h   |   3 +-
 .../net/wireless/intel/iwlwifi/iwl-config.h   |   9 ++
 .../net/wireless/intel/iwlwifi/iwl-trans.c    |  57 +++++++++-
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |  23 +++-
 .../wireless/intel/iwlwifi/mvm/constants.h    |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   | 103 +++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  18 ++-
 .../wireless/intel/iwlwifi/pcie/internal.h    |  15 +--
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  59 ++--------
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c |  38 +++----
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  |  28 ++---
 15 files changed, 279 insertions(+), 169 deletions(-)

Comments

Kalle Valo Sept. 24, 2020, 5:33 p.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> From: Golan Ben Ami <golan.ben.ami@intel.com>

>

> In a previous patch, a flag for disabling twt by a dbg-cfg

> was added. This will be useful for disabling twt on specific

> cores, after branch-out.

> However, we'd like twt to be enabled on master.

>

> So, enable twt on master.


What's master in this context? AP mode?

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

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Luca Coelho Sept. 24, 2020, 9:32 p.m. UTC | #2
On Thu, 2020-09-24 at 20:33 +0300, Kalle Valo wrote:
> Luca Coelho <luca@coelho.fi> writes:

> 

> > From: Golan Ben Ami <golan.ben.ami@intel.com>

> > 

> > In a previous patch, a flag for disabling twt by a dbg-cfg

> > was added. This will be useful for disabling twt on specific

> > cores, after branch-out.

> > However, we'd like twt to be enabled on master.

> > 

> > So, enable twt on master.

> 

> What's master in this context? AP mode?


Doh, sorry! This is a totally internal-based commit message language.
 I'll fix it.

"master" is the master branch, as opposed to "cores" which are stable
branches.

--
Cheers,
Luca.