All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ath10k: Fixes during subsystem recovery
@ 2020-06-26 18:11 ` Rakesh Pillai
  0 siblings, 0 replies; 10+ messages in thread
From: Rakesh Pillai @ 2020-06-26 18:11 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, linux-kernel, Rakesh Pillai

This patch series includes some fixes when the device
is in recovery mode, i.e. when the firmware goes down.

- Pausing TX queues when FW goes down
- Removed unwanted/extra error logging in pkt TX path
- Skipping wait for FW response for delete cmds
- Handling the -ESHUTDOWN error code in case of SSR.

Rakesh Pillai (2):
  ath10k: Pause the tx queues when firmware is down
  ath10k: Skip wait for delete response if firmware is down

 drivers/net/wireless/ath/ath10k/core.h |  1 +
 drivers/net/wireless/ath/ath10k/mac.c  | 36 ++++++++++++++++++++++------------
 drivers/net/wireless/ath/ath10k/snoc.c |  3 +++
 3 files changed, 28 insertions(+), 12 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-06-26 18:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 18:11 [PATCH 0/2] ath10k: Fixes during subsystem recovery Rakesh Pillai
2020-06-26 18:11 ` Rakesh Pillai
2020-06-26 18:11 ` [PATCH 1/2] ath10k: Pause the tx queues when firmware is down Rakesh Pillai
2020-06-26 18:11   ` Rakesh Pillai
2020-06-26 18:11 ` [PATCH 2/2] ath10k: Skip wait for delete response if " Rakesh Pillai
2020-06-26 18:11   ` Rakesh Pillai
2020-06-26 18:27   ` Ben Greear
2020-06-26 18:27     ` Ben Greear
2020-06-26 18:49     ` Rakesh Pillai
2020-06-26 18:49       ` Rakesh Pillai

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.