All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ath11k: add feature for device recovery
@ 2021-10-13  7:48 ` Wen Gong
  0 siblings, 0 replies; 8+ messages in thread
From: Wen Gong @ 2021-10-13  7:48 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, wgong

v2: s/initilized/initialized in commit log of patch 
    "ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base"

Add support for device recovery.

Wen Gong (3):
  ath11k: add ath11k_qmi_free_resource() for recovery
  ath11k: add support for device recovery for QCA6390
  ath11k: add synchronization operation between reconfigure of mac80211
    and ath11k_base

 drivers/net/wireless/ath/ath11k/core.c | 119 +++++++++++++++++++++++--
 drivers/net/wireless/ath/ath11k/core.h |  18 ++++
 drivers/net/wireless/ath/ath11k/mac.c  |  41 +++++++++
 drivers/net/wireless/ath/ath11k/mhi.c  |  33 +++++++
 drivers/net/wireless/ath/ath11k/pci.c  |   3 +
 drivers/net/wireless/ath/ath11k/qmi.c  |   5 ++
 drivers/net/wireless/ath/ath11k/qmi.h  |   1 +
 7 files changed, 212 insertions(+), 8 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-13  9:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13  7:48 [PATCH v2 0/3] ath11k: add feature for device recovery Wen Gong
2021-10-13  7:48 ` Wen Gong
2021-10-13  7:48 ` [PATCH v2 1/3] ath11k: add ath11k_qmi_free_resource() for recovery Wen Gong
2021-10-13  7:48   ` Wen Gong
2021-10-13  7:48 ` [PATCH v2 2/3] ath11k: add support for device recovery for QCA6390 Wen Gong
2021-10-13  7:48   ` Wen Gong
2021-10-13  7:48 ` [PATCH v2 3/3] ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base Wen Gong
2021-10-13  7:48   ` Wen Gong

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.