mbox series

pull-request: iwlwifi-fixes 2019-04-03

Message ID 6f02ef035f948c9d01d66f52f84403caf2384001.camel@coelho.fi (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show
Series pull-request: iwlwifi-fixes 2019-04-03 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git tags/iwlwifi-for-kalle-2019-04-03

Message

Luca Coelho April 3, 2019, 8:18 a.m. UTC
Hi Kalle,

This is the second batch of fixes for v5.1.  More details about the
contents in the tag description.

I have sent this out before and kbuildbot reported success.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 4837696f6b5451242b2095764287b6336e844683:

  Merge tag 'iwlwifi-for-kalle-2019-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes (2019-03-30 08:33:40 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git tags/iwlwifi-for-kalle-2019-04-03

for you to fetch changes up to debec2f23910cb17f2c0f6d5e30a8da00bb5f515:

  iwlwifi: add support for quz firmwares (2019-04-03 11:13:06 +0300)

----------------------------------------------------------------
Second batch of iwlwifi fixes intended for v5.1

* 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;

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

Comments

Kalle Valo April 12, 2019, 6:35 p.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> This is the second batch of fixes for v5.1.  More details about the
> contents in the tag description.
>
> I have sent this out before and kbuildbot reported success.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 4837696f6b5451242b2095764287b6336e844683:
>
>   Merge tag 'iwlwifi-for-kalle-2019-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes (2019-03-30 08:33:40 +0200)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git tags/iwlwifi-for-kalle-2019-04-03
>
> for you to fetch changes up to debec2f23910cb17f2c0f6d5e30a8da00bb5f515:
>
>   iwlwifi: add support for quz firmwares (2019-04-03 11:13:06 +0300)
>
> ----------------------------------------------------------------
> Second batch of iwlwifi fixes intended for v5.1
>
> * 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;
>
> ----------------------------------------------------------------

Pulled, thanks Luca.