All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2018-09-28
@ 2018-09-28  6:53 Luca Coelho
  2018-10-01 15:51 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2018-09-28  6:53 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

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

Hi Kalle,

This is the second batch of patches intended for v4.20.  This includes
the last 2 patchsets I sent.  Usual development work, with some
improvements on HE, HW support, bugfixes, and some other small
improvements.  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 93ed990e3a6e722b7b1e1d59b3ceb8d91e36e682:

  qtnfmac: remove set but not used variable 'vif' (2018-09-20 15:12:13 +0300)

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-09-28

for you to fetch changes up to 6f3df8c1192c873a6ad9a76328920f6f85af90a8:

  iwlwifi: mvm: Allow TKIP for AP mode (2018-09-28 08:57:30 +0300)

----------------------------------------------------------------
Second set of iwlwifi patches for 4.20

* TKIP implementation in new devices;
* Fix for the shared antenna setting in 22000 series;
* Report that we set the RU offset in HE code;
* Fix some register addresses in 22000 series;
* Fix one FW feature TLV that had a conflict with another value;
* A couple of fixes for SoftAP mode;
* Work continues for new 22560 hardware;
* Some fixes in the datapath;
* Some debugging and other general fixes;
* Some cleanups, small improvements and other general fixes;

----------------------------------------------------------------
Avraham Stern (1):
      iwlwifi: mvm: set wep key for all stations in soft ap mode

David Spinadel (1):
      iwlwifi: mvm: Support TKIP on gen2 data path

Dreyfuss, Haim (1):
      iwlwifi: mvm: cleanup dead code on resume flow for non unified image.

Emmanuel Grumbach (3):
      iwlwifi: mvm: fix a comment about the SP length
      iwlwifi: dbg: don't crash if the firmware crashes in the middle of a debug dump
      iwlwifi: mvm: remove support for adjacent channel compensation

Erel Geron (2):
      iwlwifi: fix non_shared_ant for 22000 devices
      iwlwifi: mvm: TLC support for Coex Schema 2

Golan Ben Ami (2):
      iwlwifi: pcie: fit reclaim msg to MAX_MSG_LEN
      iwlwifi: configure power scheme to balanced for 22560 devices

Ilan Peer (1):
      iwlwifi: mvm: Allow TKIP for AP mode

Johannes Berg (10):
      iwlwifi: RX API: remove unnecessary anonymous struct
      iwlwifi: mvm: report RU offset is known
      iwlwifi: remove ucode error tracepoint
      iwlwifi: api: annotate compressed BA notif array sizes
      iwlwifi: pcie: gen2: pull adding frags to helper routine
      iwlwifi: pcie: gen2: build A-MSDU only for GSO
      iwlwifi: pcie: tx: unify TFD unmapping
      iwlwifi: pcie: tx: pull tracing out of iwl_fill_data_tbs()
      iwlwifi: pcie: support transmitting SKBs with fraglist
      iwlwifi: fix LED command capability bit

Rajat Jain (1):
      iwlwifi: pcie: Fail fast if HW is inaccessible at probe

Sara Sharon (5):
      iwlwifi: fw: add a restart FW debug function
      iwlwifi: fw: stop and start debugging using host command
      iwlwifi: pcie: read correct prph address for newer devices
      iwlwifi: mvm: use correct FIFO length
      iwlwifi: pcie: add infrastructure for multiple debug buffers

Shahar S Matityahu (1):
      iwlwifi: debug flow cleanup

Shaul Triebitz (4):
      iwlwifi: iwlmvm: fix typo when checking for TX Beamforming
      iwlwifi: mvm: enable sending HE_AIR_SNIFFER command via debugfs
      iwlwifi: mvm: do not override amsdu size user settings
      iwlwifi: pcie: set RB size according to user settings

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c            |   2 +-
 drivers/net/wireless/intel/iwlwifi/dvm/main.c             |   2 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h      |   5 ++
 drivers/net/wireless/intel/iwlwifi/fw/api/debug.h         |  32 ++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/api/mac.h           |  14 ++++++
 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h            |  28 +++++------
 drivers/net/wireless/intel/iwlwifi/fw/api/sta.h           |   4 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/tx.h            |   6 +--
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c               | 251 +++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h               |  80 ++++++++++++++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/fw/file.h              |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-context-info.h     |  25 +++++++++-
 drivers/net/wireless/intel/iwlwifi/iwl-devtrace-iwlwifi.h |  55 --------------------
 drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c         |   3 +-
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h            |  17 +++++++
 drivers/net/wireless/intel/iwlwifi/mvm/coex.c             |   9 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c               |  23 +++------
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c          |  32 ++++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c         |   4 ++
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c         |  42 +++++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h              |   2 +
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c              |  20 ++++----
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c               |   5 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c             |  14 ++++--
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c              |  25 ++++++++--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c               |  47 ++++++++++++------
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c            |   1 -
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.c  |   4 +-
 drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.c       |  28 +++++++++--
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h        |  19 -------
 drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.c      |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c           | 203 ++++++++++++++++++++++++++++++++++++++++++--------------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c         |  58 ++++++++++++++--------
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c            |  77 ++++++++++++++--------------
 34 files changed, 691 insertions(+), 450 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-09-28
  2018-09-28  6:53 pull-request: iwlwifi-next 2018-09-28 Luca Coelho
@ 2018-10-01 15:51 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-10-01 15:51 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> This is the second batch of patches intended for v4.20.  This includes
> the last 2 patchsets I sent.  Usual development work, with some
> improvements on HE, HW support, bugfixes, and some other small
> improvements.  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 93ed990e3a6e722b7b1e1d59b3ceb8d91e36e682:
>
>   qtnfmac: remove set but not used variable 'vif' (2018-09-20 15:12:13 +0300)
>
> 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-09-28
>
> for you to fetch changes up to 6f3df8c1192c873a6ad9a76328920f6f85af90a8:
>
>   iwlwifi: mvm: Allow TKIP for AP mode (2018-09-28 08:57:30 +0300)
>
> ----------------------------------------------------------------
> Second set of iwlwifi patches for 4.20
>
> * TKIP implementation in new devices;
> * Fix for the shared antenna setting in 22000 series;
> * Report that we set the RU offset in HE code;
> * Fix some register addresses in 22000 series;
> * Fix one FW feature TLV that had a conflict with another value;
> * A couple of fixes for SoftAP mode;
> * Work continues for new 22560 hardware;
> * Some fixes in the datapath;
> * Some debugging and other general fixes;
> * Some cleanups, small improvements and other general fixes;
>
> ----------------------------------------------------------------

Pulled, thanks.

-- 
Kalle Valo

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

end of thread, other threads:[~2018-10-01 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-28  6:53 pull-request: iwlwifi-next 2018-09-28 Luca Coelho
2018-10-01 15:51 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.