ATH10K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ath10k: speed up recovery
@ 2014-10-09  9:38 Michal Kazior
  2014-10-09  9:38 ` [PATCH 1/3] ath10k: fix possible bmi crash Michal Kazior
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Michal Kazior @ 2014-10-09  9:38 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

Hi,

Patch #1 fixes a bug I've found while testing
patches #2 and #3. It's safe to cherry-pick it in
case patches #2 and/or #3 aren't accepted or need
a re-spin.

I've mainly used patch #2 to test reset and
recovery. It's pretty handy for (stress-)testing.

Patch #3 should improve recovery speed in some
cases. Notably when there's a long chain of WMI
commands involved which take a painfully long time
to timeout/complete if firmware crashes mid-way.

Note: Patches #2 and #3 depend on `ath10k: pci
related fixes 2014-10-09`. Without the patchset
patches #2 and #3 must not be applied. Patch #1 is
fine though.


Michal Kazior (3):
  ath10k: fix possible bmi crash
  ath10k: expose hw restart via debugfs
  ath10k: speed up hw recovery

 drivers/net/wireless/ath/ath10k/ce.c    |  7 +++++++
 drivers/net/wireless/ath/ath10k/core.c  | 16 ++++++++++++++++
 drivers/net/wireless/ath/ath10k/core.h  |  5 +++++
 drivers/net/wireless/ath/ath10k/debug.c |  7 ++++++-
 drivers/net/wireless/ath/ath10k/mac.c   | 14 ++++++++++++--
 drivers/net/wireless/ath/ath10k/mac.h   |  1 +
 drivers/net/wireless/ath/ath10k/pci.c   |  3 +++
 drivers/net/wireless/ath/ath10k/txrx.c  |  3 ++-
 drivers/net/wireless/ath/ath10k/wmi.c   |  4 ++++
 9 files changed, 56 insertions(+), 4 deletions(-)

-- 
1.8.5.3


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2014-10-13  8:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09  9:38 [PATCH 0/3] ath10k: speed up recovery Michal Kazior
2014-10-09  9:38 ` [PATCH 1/3] ath10k: fix possible bmi crash Michal Kazior
2014-10-09  9:38 ` [PATCH 2/3] ath10k: expose hw restart via debugfs Michal Kazior
2014-10-13  8:07   ` Kalle Valo
2014-10-13  8:45     ` Michal Kazior
2014-10-09  9:38 ` [PATCH 3/3] ath10k: speed up hw recovery Michal Kazior
2014-10-10  6:56   ` Michal Kazior
2014-10-13  8:15   ` Kalle Valo
2014-10-13  8:29     ` Michal Kazior
2014-10-13  8:44       ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox