All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] iwlwifi: fixes intended for 4.16 2018-02-17
@ 2018-02-17  8:33 Luca Coelho
  2018-02-17  8:33 ` [PATCH 1/9] iwlwifi: Cancel and set MARKER_CMD timer during suspend-resume Luca Coelho
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Luca Coelho @ 2018-02-17  8:33 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Luca Coelho

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

Hi,

This is my second batch of fixes inteded for 4.16.

These are the fixes:

* Fix CSA issues with count 0 and 1;
* Some firmware debugging fixes;
* Removed a wrong error message when removing keys;
* Fix a firmware sysassert most usually triggered in IBSS;
* A couple of fixes on multicast queues;
* A fix with CCMP 256;

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

Please review.

Cheers,
Luca.

Andrei Otcheretianski (1):
  iwlwifi: mvm: Fix channel switch for count 0 and 1

Haim Dreyfuss (1):
  iwlwifi: Cancel and set MARKER_CMD timer during suspend-resume

Ilan Peer (2):
  iwlwifi: mvm: Direct multicast frames to the correct station
  iwlwifi: mvm: Correctly set the tid for mcast queue

Sara Sharon (3):
  iwlwifi: mvm: fix TX of CCMP 256
  iwlwifi: mvm: fix assert 0x2B00 on older FWs
  iwlwifi: mvm: fix "failed to remove key" message

Shaul Triebitz (1):
  iwlwifi: avoid collecting firmware dump if not loaded

Ulf Magnusson (1):
  iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default

 drivers/net/wireless/intel/iwlwifi/Kconfig         |  1 -
 .../net/wireless/intel/iwlwifi/fw/api/time-event.h |  4 +-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c        | 13 ++++++-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h        |  3 ++
 drivers/net/wireless/intel/iwlwifi/fw/debugfs.h    | 18 +++++++++
 drivers/net/wireless/intel/iwlwifi/fw/init.c       | 12 ++++++
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h    |  7 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c        |  8 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c   |  5 +--
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c  | 45 +++++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c       |  8 ++++
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c       |  9 +++--
 .../net/wireless/intel/iwlwifi/mvm/time-event.c    |  6 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c        | 13 +++++--
 14 files changed, 125 insertions(+), 27 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2018-02-17  8:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-17  8:33 [PATCH 0/9] iwlwifi: fixes intended for 4.16 2018-02-17 Luca Coelho
2018-02-17  8:33 ` [PATCH 1/9] iwlwifi: Cancel and set MARKER_CMD timer during suspend-resume Luca Coelho
2018-02-17  8:33 ` [PATCH 2/9] iwlwifi: mvm: fix TX of CCMP 256 Luca Coelho
2018-02-17  8:33 ` [PATCH 3/9] iwlwifi: mvm: Fix channel switch for count 0 and 1 Luca Coelho
2018-02-17  8:33 ` [PATCH 4/9] iwlwifi: mvm: fix assert 0x2B00 on older FWs Luca Coelho
2018-02-17  8:33 ` [PATCH 5/9] iwlwifi: avoid collecting firmware dump if not loaded Luca Coelho
2018-02-17  8:33 ` [PATCH 6/9] iwlwifi: mvm: fix "failed to remove key" message Luca Coelho
2018-02-17  8:33 ` [PATCH 7/9] iwlwifi: mvm: Direct multicast frames to the correct station Luca Coelho
2018-02-17  8:33 ` [PATCH 8/9] iwlwifi: mvm: Correctly set the tid for mcast queue Luca Coelho
2018-02-17  8:33 ` [PATCH 9/9] iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default 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.