mbox series

[0/3] iwlwifi: fixes intended for 5.1 2019-03-22

Message ID 20190322124744.17924-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for 5.1 2019-03-22 | expand

Message

Luca Coelho March 22, 2019, 12:47 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

This is the second patchset with fixes for 5.1.

The changes are:

* fix for a potential deadlock in the TX path;
* a fix for offloaded rate-control;
* support new PCI HW IDs which use a new FW;

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

Please review.

Cheers,
Luca.


Johannes Berg (2):
  iwlwifi: mvm: avoid possible deadlock in TX path
  iwlwifi: mvm: update offloaded rate control on changes

Luca Coelho (1):
  iwlwifi: add support for quz firmwares

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 18 ++++++++++++++++--
 .../net/wireless/intel/iwlwifi/iwl-config.h    |  1 +
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h   |  1 +
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c  |  7 +++++++
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c   |  2 ++
 .../net/wireless/intel/iwlwifi/pcie/trans.c    |  4 ++++
 6 files changed, 31 insertions(+), 2 deletions(-)