All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] iwlwifi: fixes intended for 5.1 2019-03-08
@ 2019-03-08 10:08 Luca Coelho
  2019-03-08 10:08 ` [PATCH 1/7] iwlwifi: mvm: fix TX crypto on 22560+ devices Luca Coelho
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Luca Coelho @ 2019-03-08 10:08 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Luca Coelho

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

Hi,

This is the first patchset with fixes for 5.1.  If you can still
include them in a pull request during the merge window, fine, but it's
not necessary, they can as well go to the -rc series.

The changes are:

    * add some new PCI IDs (plus a struct name change they depend on);
    * fix crypto with new devices, namely 22560 and above;
    * a bunch of fixes (and a dependency) for the new debugging infra;

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

Please review.

Cheers,
Luca.


Ihab Zhaika (2):
  iwlwifi: rename structs to fit the new names
  iwlwifi: add new 0x2723/0x2080 card for 22000

Johannes Berg (1):
  iwlwifi: mvm: fix TX crypto on 22560+ devices

Shahar S Matityahu (4):
  iwlwifi: add sync_nmi to trans ops
  iwlwifi: dbg_ini: in case of region dump failure set memory to 0
  iwlwifi: dbg_ini: fix bad dump size calculation
  iwlwifi: use sync nmi in case of init flow failure

 .../net/wireless/intel/iwlwifi/cfg/22000.c    | 12 ++--
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 34 +++-------
 drivers/net/wireless/intel/iwlwifi/fw/init.c  |  1 -
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  2 +-
 .../net/wireless/intel/iwlwifi/iwl-trans.h    | 12 ++--
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 64 +++++--------------
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  1 -
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  | 41 +-----------
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h  |  7 +-
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 13 ++--
 .../wireless/intel/iwlwifi/pcie/internal.h    |  2 +-
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  7 +-
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c |  2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  |  2 +-
 14 files changed, 54 insertions(+), 146 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-03-08 10:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08 10:08 [PATCH 0/7] iwlwifi: fixes intended for 5.1 2019-03-08 Luca Coelho
2019-03-08 10:08 ` [PATCH 1/7] iwlwifi: mvm: fix TX crypto on 22560+ devices Luca Coelho
2019-03-08 10:08 ` [PATCH 2/7] iwlwifi: add sync_nmi to trans ops Luca Coelho
2019-03-08 10:08 ` [PATCH 3/7] iwlwifi: dbg_ini: in case of region dump failure set memory to 0 Luca Coelho
2019-03-08 10:08 ` [PATCH 4/7] iwlwifi: dbg_ini: fix bad dump size calculation Luca Coelho
2019-03-08 10:08 ` [PATCH 5/7] iwlwifi: use sync nmi in case of init flow failure Luca Coelho
2019-03-08 10:08 ` [PATCH 6/7] iwlwifi: rename structs to fit the new names Luca Coelho
2019-03-08 10:08 ` [PATCH 7/7] iwlwifi: add new 0x2723/0x2080 card for 22000 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.