mbox series

pull-request: iwlwifi 2018-11-15

Message ID 36b1d59aec9ed10decb32d054de33bb108530a26.camel@coelho.fi (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show
Series pull-request: iwlwifi 2018-11-15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-for-kalle-2018-11-15

Message

Luca Coelho Nov. 15, 2018, 9:57 p.m. UTC
Hi Kalle,

This is the first batch of fixes for v4.20.  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 b374e8686fc35ae124e62dc78725ea656ba1ef8a:

  mt76: fix building without CONFIG_LEDS_CLASS (2018-11-06 18:46:33 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-for-kalle-2018-11-15

for you to fetch changes up to 5d041c46ccb9b48acc110e214beff5e2789311df:

  iwlwifi: mvm: don't use SAR Geo if basic SAR is not used (2018-11-15 23:50:59 +0200)

----------------------------------------------------------------
First batch of iwlwifi fixes for 4.20

* New FW debugging infrastructure;
* Some more work on 802.11ax;
* Improve support for multiple RF modules with 22000 devices;
* Remove an unused FW parameter;
* Other debugging improvements;

----------------------------------------------------------------
Emmanuel Grumbach (2):
      iwlwifi: mvm: support sta_statistics() even on older firmware
      iwlwifi: mvm: fix regulatory domain update when the firmware starts

Luca Coelho (1):
      iwlwifi: mvm: don't use SAR Geo if basic SAR is not used

Matt Chen (1):
      iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE

Shahar S Matityahu (1):
      iwlwifi: fix D3 debug data buffer memory leak

 drivers/net/wireless/intel/iwlwifi/fw/acpi.h      |  4 +++-
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h   |  6 +++++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c       | 38 +++++++++++++++++++++++++++++---------
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 12 ++++++------
 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c      |  5 ++---
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c      |  2 ++
 6 files changed, 47 insertions(+), 20 deletions(-)

Comments

Kalle Valo Nov. 16, 2018, 7:04 a.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> This is the first batch of fixes for v4.20.  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 b374e8686fc35ae124e62dc78725ea656ba1ef8a:
>
>   mt76: fix building without CONFIG_LEDS_CLASS (2018-11-06 18:46:33 +0200)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-for-kalle-2018-11-15
>
> for you to fetch changes up to 5d041c46ccb9b48acc110e214beff5e2789311df:
>
>   iwlwifi: mvm: don't use SAR Geo if basic SAR is not used (2018-11-15 23:50:59 +0200)
>
> ----------------------------------------------------------------
> First batch of iwlwifi fixes for 4.20
>
> * New FW debugging infrastructure;
> * Some more work on 802.11ax;
> * Improve support for multiple RF modules with 22000 devices;
> * Remove an unused FW parameter;
> * Other debugging improvements;
>
> ----------------------------------------------------------------

Pulled, thanks.