linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2018-11-11
@ 2018-11-11  9:12 Luca Coelho
  2018-11-15 15:00 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2018-11-11  9:12 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

[-- Attachment #1: Type: text/plain, Size: 4284 bytes --]

Hi Kalle,

This is the first batch of patches intended for v4.21.  This includes
only the last patchset I sent.  Usual development work, new PCI IDs and
small fixes and cleanups.  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 bb38177cb6c6dc973ad8b88f219742b29f3002f1:

  Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2018-11-09 17:15:25 +0200)

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-2018-11-11

for you to fetch changes up to 56b657f7f9c07421a4f910b7e2b382184f1ddbc8:

  iwlwifi: fw: use helper to determine whether to dump paging (2018-11-11 11:06:23 +0200)

----------------------------------------------------------------
First set of iwlwifi patches for 4.21

* PCI IDs for some new 9000-series cards;
* Improve antenna usage on connection problems;
* Some improvements in the debugging code;
* Other clean-ups and small fixes;

----------------------------------------------------------------
Andrei Otcheretianski (1):
      iwlwifi: mvm: Send non offchannel traffic via AP sta

Avraham Stern (2):
      iwlwifi: mvm: switch management tx antenna only on tx failure
      iwlwifi: mvm: toggle tx antenna if tx fails during connection establishment

Emmanuel Grumbach (1):
      iwlwifi: mvm: remove unused conversion table

Ihab Zhaika (1):
      iwlwifi: add new cards for 9560, 9462, 9461 and killer series

Johannes Berg (2):
      iwlwifi: mvm: synchronize TID queue removal
      iwlwifi: mvm: remove queue_info_lock

Naftali Goldstein (2):
      iwlwifi: fw: do not set sgi bits for HE connection
      iwlwifi: mvm: add description to a few generic assert numbers

Sara Sharon (4):
      iwlwifi: pcie: don't reset TXQ write pointer
      iwlwifi: dbg: avoid passing trigger around
      iwlwifi: dbg: use helper to check if debug type is set
      iwlwifi: fw: use helper to determine whether to dump paging

Shahar S Matityahu (1):
      iwlwifi: trans: Clear persistence bit when starting the FW

Tova Mussai (1):
      iwlwifi: mvm: enable low latency for soft ap

YueHaibing (1):
      iwlwifi: mvm: remove set but not used variable 'he_phy_data'

 drivers/net/wireless/intel/iwlwifi/fw/dbg.c          | 109 ++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h          |  18 +++++++++++++---
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h      |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h        |   7 ++++++
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h       |   8 +++----
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c          |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c |  14 +++---------
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c    |   7 ++----
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c    |  27 +++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h         |  10 ++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c         |  17 +++++----------
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c       |   4 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c        |   6 ------
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c        |   4 +---
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c         | 114 ++++++++++++++++++++-----------------------------------------------------------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h         |   4 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c          |  83 +++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c       |  54 +++++++++++++++++++++++++---------------------
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c        |  50 +++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c      |  16 ++++++++++++--
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c    |   3 +--
 21 files changed, 313 insertions(+), 246 deletions(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: pull-request: iwlwifi-next 2018-11-11
  2018-11-11  9:12 pull-request: iwlwifi-next 2018-11-11 Luca Coelho
@ 2018-11-15 15:00 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-11-15 15:00 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> This is the first batch of patches intended for v4.21.  This includes
> only the last patchset I sent.  Usual development work, new PCI IDs and
> small fixes and cleanups.  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 bb38177cb6c6dc973ad8b88f219742b29f3002f1:
>
>   Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2018-11-09 17:15:25 +0200)
>
> 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-2018-11-11
>
> for you to fetch changes up to 56b657f7f9c07421a4f910b7e2b382184f1ddbc8:
>
>   iwlwifi: fw: use helper to determine whether to dump paging (2018-11-11 11:06:23 +0200)
>
> ----------------------------------------------------------------
> First set of iwlwifi patches for 4.21
>
> * PCI IDs for some new 9000-series cards;
> * Improve antenna usage on connection problems;
> * Some improvements in the debugging code;
> * Other clean-ups and small fixes;
>
> ----------------------------------------------------------------

Pulled, thanks.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-15 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-11  9:12 pull-request: iwlwifi-next 2018-11-11 Luca Coelho
2018-11-15 15:00 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).