mbox series

pull-request: wireless-drivers-2020-03-25

Message ID 20200325195754.92C97C433D2@smtp.codeaurora.org
State New
Headers show
Series pull-request: wireless-drivers-2020-03-25 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2020-03-25

Message

Kalle Valo March 25, 2020, 7:57 p.m. UTC
Hi,

here's a pull request to net tree, more info below. Please let me know if there
are any problems.

Kalle

The following changes since commit e2e57291097b289f84e05fa58ab5e6c6f30cc6e2:

  wlcore: remove stray plus sign (2020-03-12 18:48:14 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2020-03-25

for you to fetch changes up to 0433ae556ec8fb588a0735ddb09d3eb9806df479:

  iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table (2020-03-23 18:38:03 +0200)

----------------------------------------------------------------
wireless-drivers fixes for v5.6

Fourth, and last, set of fixes for v5.6. Just two important fixes to
iwlwifi regressions.

iwlwifi

* fix GEO_TX_POWER_LIMIT command on certain devices which caused
  firmware to crash during initialisation

* add back device ids for three devices which were accidentally
  removed

----------------------------------------------------------------
Golan Ben Ami (1):
      iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table

Luca Coelho (1):
      iwlwifi: pcie: add 0x2526/0x401* devices back to cfg detection

 drivers/net/wireless/intel/iwlwifi/fw/acpi.c  | 14 ++++++++------
 drivers/net/wireless/intel/iwlwifi/fw/acpi.h  | 14 ++++++++------
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |  9 ++++++++-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  3 +++
 4 files changed, 27 insertions(+), 13 deletions(-)