linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] iwlwifi: updates intended for v5.12 2021-01-17 part 2
@ 2021-01-17 14:52 Luca Coelho
  2021-01-17 14:52 ` [PATCH 1/9] iwlwifi: mvm: don't send commands during suspend\resume transition Luca Coelho
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Luca Coelho @ 2021-01-17 14:52 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

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

The changes are:

* Fix a CSA bug;
* Implement PHY integration version parsing;
* A bit of refactoring;
* Some other clean-ups and small fixes.

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

Please review.

Cheers,
Luca.


Dror Moshe (2):
  iwlwifi: parse phy integration string from FW TLV
  iwlwifi: mvm: debugfs for phy-integration-ver

Haim Dreyfuss (1):
  iwlwifi: mvm: don't send commands during suspend\resume transition

Johannes Berg (3):
  iwlwifi: mvm: simplify TX power setting
  iwlwifi: mvm: debugfs: check length precisely in inject_packet
  iwlwifi: always allow maximum A-MSDU on newer devices

Krishnanand Prabhu (1):
  iwlwifi: mvm: add explicit check for non-data frames in get Tx rate

Mordechay Goodstein (1):
  iwlwifi: tx: move handing sync/async host command to trans

Shaul Triebitz (1):
  iwlwifi: mvm: csa: do not abort CSA before disconnect

 drivers/net/wireless/intel/iwlwifi/fw/file.h  |   1 +
 drivers/net/wireless/intel/iwlwifi/fw/img.h   |   3 +
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  |  14 ++
 .../wireless/intel/iwlwifi/iwl-eeprom-parse.c |   7 +-
 .../net/wireless/intel/iwlwifi/iwl-trans.c    |  18 ++-
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |   6 +
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |  19 +--
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  |  32 +++-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |  22 +--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   |  13 +-
 .../net/wireless/intel/iwlwifi/mvm/utils.c    |   7 +-
 .../wireless/intel/iwlwifi/pcie/internal.h    |   5 +-
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c  |   7 +-
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |   7 +-
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 125 +--------------
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  | 142 +-----------------
 drivers/net/wireless/intel/iwlwifi/queue/tx.c | 129 ++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/queue/tx.h |   1 +
 18 files changed, 244 insertions(+), 314 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-02-05  9:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 14:52 [PATCH 0/9] iwlwifi: updates intended for v5.12 2021-01-17 part 2 Luca Coelho
2021-01-17 14:52 ` [PATCH 1/9] iwlwifi: mvm: don't send commands during suspend\resume transition Luca Coelho
2021-02-05  9:56   ` Luca Coelho
2021-01-17 14:52 ` [PATCH 2/9] iwlwifi: mvm: csa: do not abort CSA before disconnect Luca Coelho
2021-01-17 14:52 ` [PATCH 3/9] iwlwifi: parse phy integration string from FW TLV Luca Coelho
2021-01-17 14:52 ` [PATCH 4/9] iwlwifi: mvm: debugfs for phy-integration-ver Luca Coelho
2021-01-17 14:52 ` [PATCH 5/9] iwlwifi: mvm: add explicit check for non-data frames in get Tx rate Luca Coelho
2021-01-17 14:52 ` [PATCH 6/9] iwlwifi: tx: move handing sync/async host command to trans Luca Coelho
2021-01-17 14:52 ` [PATCH 7/9] iwlwifi: mvm: simplify TX power setting Luca Coelho
2021-01-17 14:52 ` [PATCH 8/9] iwlwifi: mvm: debugfs: check length precisely in inject_packet Luca Coelho
2021-01-17 14:52 ` [PATCH 9/9] iwlwifi: always allow maximum A-MSDU on newer devices Luca Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).