All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] iwlwifi: updates intended for v5.5 2019-19
@ 2019-10-19  9:38 Luca Coelho
  2019-10-19  9:38 ` [PATCH 01/12] iwlwifi: mvm: fix support for single antenna diversity Luca Coelho
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Luca Coelho @ 2019-10-19  9:38 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Here's the third set of patches intended for v5.5.  It's the usual
development, new features, cleanups and bugfixes.

The changes are:

* Update scan FW API;
* Fix single antenna diversity support;
* Bump the supported FW API version;
* Add debug dump collection on assert in WoWLAN;
* Fix VHT capabilities settings;
* A few clean-ups;
* Other small fixes and improvements;

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Cheers,
Luca.


Emmanuel Grumbach (1):
  iwlwifi: pcie: make iwl_pcie_gen2_update_byte_tbl static

Johannes Berg (1):
  iwlwifi: FW API: reference enum in docs of modify_mask

Luca Coelho (3):
  iwlwifi: mvm: fix support for single antenna diversity
  iwlwifi: mvm: remove else-if in iwl_send_phy_cfg_cmd()
  iwlwifi: bump FW API to 51 for 22000 series

Mordechay Goodstein (2):
  iwlwifi: mvm: in VHT connection use only VHT capabilities
  iwlwifi: mvm: print rate_n_flags in a pretty format

Shahar S Matityahu (1):
  iwlwifi: dbg_ini: support dump collection upon assert during D3

Tova Mussai (4):
  iwlwifi: nvm: update iwl_uhb_nvm_channels
  iwlwifi: scan: create function for scan scheduling params
  iwlwifi: scan: Create function to build scan cmd
  iwlwifi: scan: adapt the code to use api ver 11

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |   2 +-
 .../net/wireless/intel/iwlwifi/fw/api/scan.h  | 157 ++++++++++
 .../net/wireless/intel/iwlwifi/fw/api/sta.h   |  10 +-
 drivers/net/wireless/intel/iwlwifi/fw/img.h   |  18 ++
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    |   9 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |   2 +
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |  21 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |   9 +
 .../net/wireless/intel/iwlwifi/mvm/rs-fw.c    |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c   |   8 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rs.h   |   2 +
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 293 +++++++++++++++---
 .../wireless/intel/iwlwifi/pcie/internal.h    |   3 -
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c |   6 +-
 14 files changed, 477 insertions(+), 71 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2019-11-13 13:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-19  9:38 [PATCH 00/12] iwlwifi: updates intended for v5.5 2019-19 Luca Coelho
2019-10-19  9:38 ` [PATCH 01/12] iwlwifi: mvm: fix support for single antenna diversity Luca Coelho
2019-10-19  9:38 ` [PATCH 02/12] iwlwifi: mvm: remove else-if in iwl_send_phy_cfg_cmd() Luca Coelho
2019-10-19  9:38 ` [PATCH 03/12] iwlwifi: nvm: update iwl_uhb_nvm_channels Luca Coelho
2019-10-25  7:46   ` Kalle Valo
2019-11-13  8:53     ` Luca Coelho
2019-11-13  9:29   ` [PATCH v2] " Luca Coelho
2019-11-13 13:20     ` Kalle Valo
2019-10-19  9:38 ` [PATCH 04/12] iwlwifi: mvm: in VHT connection use only VHT capabilities Luca Coelho
2019-10-19  9:38 ` [PATCH 05/12] iwlwifi: pcie: make iwl_pcie_gen2_update_byte_tbl static Luca Coelho
2019-10-19  9:38 ` [PATCH 06/12] iwlwifi: dbg_ini: support dump collection upon assert during D3 Luca Coelho
2019-10-19  9:38 ` [PATCH 07/12] iwlwifi: scan: create function for scan scheduling params Luca Coelho
2019-10-19  9:38 ` [PATCH 08/12] iwlwifi: scan: Create function to build scan cmd Luca Coelho
2019-10-19  9:38 ` [PATCH 09/12] iwlwifi: scan: adapt the code to use api ver 11 Luca Coelho
2019-10-19  9:39 ` [PATCH 10/12] iwlwifi: mvm: print rate_n_flags in a pretty format Luca Coelho
2019-10-19  9:39 ` [PATCH 11/12] iwlwifi: FW API: reference enum in docs of modify_mask Luca Coelho
2019-10-19  9:39 ` [PATCH 12/12] iwlwifi: bump FW API to 51 for 22000 series Luca Coelho

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.