Return-path: Received: from mail-la0-f46.google.com ([209.85.215.46]:58805 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbaJ1JqF (ORCPT ); Tue, 28 Oct 2014 05:46:05 -0400 Received: by mail-la0-f46.google.com with SMTP id hs14so250890lab.19 for ; Tue, 28 Oct 2014 02:46:04 -0700 (PDT) From: Michal Kazior To: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, Michal Kazior Subject: [PATCH v3 0/3] ath10k: speed up recovery Date: Tue, 28 Oct 2014 10:34:35 +0100 Message-Id: <1414488878-31561-1-git-send-email-michal.kazior@tieto.com> (sfid-20141028_104611_404113_0EC68836) Sender: linux-wireless-owner@vger.kernel.org List-ID: 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. v3: * skip shadow ring cleanup in #1 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 | 23 +++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/core.h | 5 +++++ drivers/net/wireless/ath/ath10k/debug.c | 7 ++++++- drivers/net/wireless/ath/ath10k/htt_tx.c | 1 - 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 | 5 ++++- 10 files changed, 63 insertions(+), 6 deletions(-) -- 1.8.5.3