mbox series

pull-request: iwlwifi-next 2020-06-11

Message ID b09ebb1abe0c884d31884fc16e52ed47e8a3796f.camel@coelho.fi (mailing list archive)
State Accepted
Commit a15a20acc980342c97d804c5fae1cfc0cd7712a9
Delegated to: Kalle Valo
Headers show
Series pull-request: iwlwifi-next 2020-06-11 | expand

Pull-request

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

Message

Luca Coelho June 11, 2020, 9:08 a.m. UTC
Hi Kalle,

Here's the first batch of patches intended for v5.9.  This contains
only patches that were sent by the community.  I have decided to apply
community patches directly to iwlwifi-next without going through our
internal tree first, so the turnaround is shorter.  I apply them in
parallel to our internal tree so we get the benefits of our CI
infrastructure as well.  Kbuildbot has also reported success.  More
details about the contents in the tag description.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 1806c13dc2532090d742ce03847b22367fb20ad6:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-05-31 17:48:46 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e00c6d8d491b3b8b93eeac1aae51c78a5217cde6:

  net: wireless: intel: fix wiki website url (2020-06-10 15:25:42 +0300)

----------------------------------------------------------------
First set of patches intended for v5.9

* Fix links to wiki;
* Some preparations for gcc-10;
* Make FW reconfiguration quieter by not using warn level;
* Some other small fixes and clean-up;

----------------------------------------------------------------
Alexander Wetzel (1):
      iwlwifi: Extended Key ID support for mvm and dvm

Arnd Bergmann (1):
      iwlwifi: mvm: fix gcc-10 zero-length-bounds warning

Ben Greear (1):
      iwlwifi: mvm: Fix avg-power report

Chris Down (1):
      iwlwifi: Don't IWL_WARN on FW reconfiguration

Colin Ian King (1):
      iwlwifi: mvm: remove redundant assignment to variable ret

Flavio Suligoi (1):
      net: wireless: intel: fix wiki website url

Gustavo A. R. Silva (1):
      iwlwifi: Replace zero-length array with flexible-array

Luca Ceresoli (1):
      iwlwifi: fix config variable name in comment

YueHaibing (1):
      iwlwifi: mvm: Remove unused inline function iwl_mvm_tid_to_ac_queue

 drivers/net/wireless/intel/iwlegacy/4965-mac.c      |  2 +-
 drivers/net/wireless/intel/iwlwifi/Kconfig          |  2 +-
 drivers/net/wireless/intel/iwlwifi/dvm/commands.h   | 12 ++++++------
 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c   |  1 +
 drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h |  4 ++--
 drivers/net/wireless/intel/iwlwifi/fw/api/tx.h      | 14 +++++++-------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c         |  2 +-
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c     |  2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-config.h     |  2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-op-mode.h    |  2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h      |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c   | 10 +++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c         |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c        |  8 --------
 14 files changed, 33 insertions(+), 32 deletions(-)

Comments

Kalle Valo June 15, 2020, 5:25 p.m. UTC | #1
Luca Coelho <luca@coelho.fi> wrote:

> Hi Kalle,
> 
> Here's the first batch of patches intended for v5.9.  This contains
> only patches that were sent by the community.  I have decided to apply
> community patches directly to iwlwifi-next without going through our
> internal tree first, so the turnaround is shorter.  I apply them in
> parallel to our internal tree so we get the benefits of our CI
> infrastructure as well.  Kbuildbot has also reported success.  More
> details about the contents in the tag description.
> 
> Please let me know if there are any issues.
> 
> Cheers,
> Luca.
> 
> 
> The following changes since commit 1806c13dc2532090d742ce03847b22367fb20ad6:
> 
>   Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2020-05-31 17:48:46 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2020-06-11
> 
> for you to fetch changes up to e00c6d8d491b3b8b93eeac1aae51c78a5217cde6:
> 
>   net: wireless: intel: fix wiki website url (2020-06-10 15:25:42 +0300)
> 
> ----------------------------------------------------------------
> First set of patches intended for v5.9
> 
> * Fix links to wiki;
> * Some preparations for gcc-10;
> * Make FW reconfiguration quieter by not using warn level;
> * Some other small fixes and clean-up;
> 
> ----------------------------------------------------------------
> Alexander Wetzel (1):
>       iwlwifi: Extended Key ID support for mvm and dvm
> 
> Arnd Bergmann (1):
>       iwlwifi: mvm: fix gcc-10 zero-length-bounds warning
> 
> Ben Greear (1):
>       iwlwifi: mvm: Fix avg-power report
> 
> Chris Down (1):
>       iwlwifi: Don't IWL_WARN on FW reconfiguration
> 
> Colin Ian King (1):
>       iwlwifi: mvm: remove redundant assignment to variable ret
> 
> Flavio Suligoi (1):
>       net: wireless: intel: fix wiki website url
> 
> Gustavo A. R. Silva (1):
>       iwlwifi: Replace zero-length array with flexible-array
> 
> Luca Ceresoli (1):
>       iwlwifi: fix config variable name in comment
> 
> YueHaibing (1):
>       iwlwifi: mvm: Remove unused inline function iwl_mvm_tid_to_ac_queue
> 
>  drivers/net/wireless/intel/iwlegacy/4965-mac.c      |  2 +-
>  drivers/net/wireless/intel/iwlwifi/Kconfig          |  2 +-
>  drivers/net/wireless/intel/iwlwifi/dvm/commands.h   | 12 ++++++------
>  drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c   |  1 +
>  drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h |  4 ++--
>  drivers/net/wireless/intel/iwlwifi/fw/api/tx.h      | 14 +++++++-------
>  drivers/net/wireless/intel/iwlwifi/fw/dbg.c         |  2 +-
>  drivers/net/wireless/intel/iwlwifi/fw/debugfs.c     |  2 +-
>  drivers/net/wireless/intel/iwlwifi/iwl-config.h     |  2 +-
>  drivers/net/wireless/intel/iwlwifi/iwl-op-mode.h    |  2 +-
>  drivers/net/wireless/intel/iwlwifi/iwl-trans.h      |  2 +-
>  drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c   | 10 +++++++++-
>  drivers/net/wireless/intel/iwlwifi/mvm/rs.c         |  2 +-
>  drivers/net/wireless/intel/iwlwifi/mvm/sta.c        |  8 --------
>  14 files changed, 33 insertions(+), 32 deletions(-)

Pulled, thanks.

a15a20acc980 Merge tag 'iwlwifi-next-for-kalle-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next