All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2019-02-20
@ 2019-02-20 18:56 Luca Coelho
  2019-02-20 19:08 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2019-02-20 18:56 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

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

Hi Kalle,

This is the fifth and last batch of patches intended for v5.1.  This
includes the last two patchsets I sent.  Usual development work.  More
details about the contents in the tag description.

As agreed, I'm sending this before kbuildbot finished its tests, but we
can fix any problems that may arise.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 6c88e0ce5ebcbac8ac930c0149c217c6aa7ab0a3:

  Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2019-02-20 20:01:27 +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-2019-02-20

for you to fetch changes up to 085486de833e383705bce61dbde8d31077f5b8ca:

  iwlwifi: add new cards for 22000 and killer series and change the market name (2019-02-20 20:48:01 +0200)

----------------------------------------------------------------
Fifth batch of iwlwifi patches intended for v5.1

* Some small fixes and continued work on the new debugging
  infrastructure;
* Greg's debugfs clean-ups;
* Some janitorial patches from the community;
* Fix to one false-positive compiler warning;
* VHT extended NSS support;
* New PCI IDs for 9260 and 22000 series;
* Other general bugfixes and cleanups;

----------------------------------------------------------------
Andrei Otcheretianski (1):
      iwlwifi: mvm: Set TX_CMD_FLG_PROT_REQUIRE correctly

Arnd Bergmann (1):
      iwlwifi: fix false-positive maybe-uninitialized warning

Greg Kroah-Hartman (3):
      iwlwifi: dvm: no need to check return value of debugfs_create functions
      iwlwifi: fw: no need to check return value of debugfs_create functions
      iwlwifi: iwl-drv: no need to check return value of debugfs_create functions

Gustavo A. R. Silva (2):
      iwlwifi: eeprom-parse: use struct_size() in kzalloc()
      iwlwifi: nvm-parse: use struct_size() in kzalloc()

Ihab Zhaika (2):
      iwlwifi: add new card for 9260 series
      iwlwifi: add new cards for 22000 and killer series and change the market name

Ilan Peer (2):
      iwlwifi: mvm: Don't request HW restart if already requested
      iwlwifi: mvm: Allow retries for probe responses

Johannes Berg (4):
      iwlwifi: mvm: fix error path in iwl_mvm_mac_setup_register()
      iwlwifi: nvm-parse: advertise IEEE80211_VHT_EXT_NSS_BW_CAPABLE in VHT
      iwlwifi: mvm: remove IWL_MVM_INIT_STATUS_REG_HW_INIT_COMPLETE
      iwlwifi: mvm: implement VHT extended NSS support in rs.c

Liad Kaufman (1):
      iwlwifi: mvm: add read debugfs for he_sniffer_params

Sara Sharon (3):
      iwlwifi: mvm: reject new beacons when in inject mode
      iwlwifi: mvm: support non-transmitting AP
      iwlwifi: mvm: add some debug data to TX path

Shahar S Matityahu (8):
      iwlwifi: remove redundant condition from prior alive dump flow
      iwlwifi: dbg_ini: fix infinite time ignore consecutive dumps
      iwlwifi: dbg_ini: add print to iwl_dump_ini_mem in case of invalid range
      iwlwifi: dbg_ini: make memory dump get_size handler include headers
      iwlwifi: dbg_ini: make fill_range handler accept generic range pointer
      iwlwifi: dbg_ini: add region to fill_header handler
      iwlwifi: dbg_ini: implement Tx fifos dump
      iwlwifi: dbg_ini: implement Rx fifos dump

Triebitz (1):
      iwlwifi: pcie: allocate rb_stts's for all queues in one place

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c        |   8 +-
 drivers/net/wireless/intel/iwlwifi/dvm/agn.h          |   9 +-
 drivers/net/wireless/intel/iwlwifi/dvm/debugfs.c      |  44 +--------
 drivers/net/wireless/intel/iwlwifi/dvm/main.c         |   5 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h   |  13 +--
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c           | 508 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.c       |  11 +--
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.h       |   9 +-
 drivers/net/wireless/intel/iwlwifi/fw/error-dump.h    |  32 +++++-
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h       |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-config.h       |   2 +-
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c          |  22 -----
 drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.c |   3 +-
 drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c    |  25 +++--
 drivers/net/wireless/intel/iwlwifi/mvm/constants.h    |   1 +
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c      |  32 +++++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c           |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c     |   8 ++
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c     |  18 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h          |   3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c          |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c           |  23 ++++-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c           |  27 ++++--
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c         |  99 +++++++++++--------
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h    |   9 +-
 drivers/net/wireless/intel/iwlwifi/pcie/rx.c          |  66 ++++++++++---
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c       |   4 +-
 27 files changed, 690 insertions(+), 308 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 2019-02-20
  2019-02-20 18:56 pull-request: iwlwifi-next 2019-02-20 Luca Coelho
@ 2019-02-20 19:08 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-02-20 19:08 UTC (permalink / raw)
  To: Luca Coelho; +Cc: linux-wireless, linuxwifi, david.e.box, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> This is the fifth and last batch of patches intended for v5.1.  This
> includes the last two patchsets I sent.  Usual development work.  More
> details about the contents in the tag description.
>
> As agreed, I'm sending this before kbuildbot finished its tests, but we
> can fix any problems that may arise.
>
> Please let me know if there are any issues.
>
> Cheers,
> Luca.
>
>
> The following changes since commit 6c88e0ce5ebcbac8ac930c0149c217c6aa7ab0a3:
>
>   Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2019-02-20 20:01:27 +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-2019-02-20
>
> for you to fetch changes up to 085486de833e383705bce61dbde8d31077f5b8ca:
>
>   iwlwifi: add new cards for 22000 and killer series and change the market name (2019-02-20 20:48:01 +0200)
>
> ----------------------------------------------------------------
> Fifth batch of iwlwifi patches intended for v5.1
>
> * Some small fixes and continued work on the new debugging
>   infrastructure;
> * Greg's debugfs clean-ups;
> * Some janitorial patches from the community;
> * Fix to one false-positive compiler warning;
> * VHT extended NSS support;
> * New PCI IDs for 9260 and 22000 series;
> * Other general bugfixes and cleanups;
>
> ----------------------------------------------------------------

Pulled, thanks.

-- 
Kalle Valo

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

end of thread, other threads:[~2019-02-20 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20 18:56 pull-request: iwlwifi-next 2019-02-20 Luca Coelho
2019-02-20 19:08 ` 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.