Linux-Wireless Archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] wifi: ath12k: Refactor the hardware recovery procedures
@ 2024-04-24  6:56 Karthikeyan Periyasamy
  2024-04-24  6:56 ` [PATCH v2 1/3] wifi: ath12k: Refactor the hardware recovery procedure Karthikeyan Periyasamy
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Karthikeyan Periyasamy @ 2024-04-24  6:56 UTC (permalink / raw
  To: ath12k; +Cc: linux-wireless, Karthikeyan Periyasamy

Currently, hardware recovery procedure supports multi wiphy model. However,
to support single wiphy model, we need to refactor the hardware recovery
procedure. This patchset allows the logic to work both multi wiphy models
and future single wiphy models.

v2:
 - Rebased to ToT
 - Renamed the lock name as per the kalle comments

Karthikeyan Periyasamy (3):
  wifi: ath12k: Refactor the hardware recovery procedure
  wifi: ath12k: Refactor the hardware state
  wifi: ath12k: Add lock to protect the hardware state

 drivers/net/wireless/ath/ath12k/core.c | 98 ++++++++++++++------------
 drivers/net/wireless/ath/ath12k/core.h | 28 +++++---
 drivers/net/wireless/ath/ath12k/mac.c  | 95 +++++++++++++++++--------
 drivers/net/wireless/ath/ath12k/reg.c  | 19 ++---
 4 files changed, 149 insertions(+), 91 deletions(-)


base-commit: 1b61047b44218a00c7a7836eff4f8e037d5634d8
-- 
2.34.1


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

end of thread, other threads:[~2024-04-25  6:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24  6:56 [PATCH v2 0/3] wifi: ath12k: Refactor the hardware recovery procedures Karthikeyan Periyasamy
2024-04-24  6:56 ` [PATCH v2 1/3] wifi: ath12k: Refactor the hardware recovery procedure Karthikeyan Periyasamy
2024-04-24 20:20   ` Jeff Johnson
2024-04-25  6:26     ` Karthikeyan Periyasamy
2024-04-24  6:56 ` [PATCH v2 2/3] wifi: ath12k: Refactor the hardware state Karthikeyan Periyasamy
2024-04-24  6:56 ` [PATCH v2 3/3] wifi: ath12k: Add lock to protect " Karthikeyan Periyasamy
2024-04-24  7:28   ` Johannes Berg
2024-04-24  9:39     ` Kalle Valo
2024-04-24  9:43       ` Johannes Berg
2024-04-24  9:50         ` Kalle Valo
2024-04-24  9:52           ` Johannes Berg
2024-04-24 12:16             ` Kalle Valo
2024-04-24 20:41   ` Jeff Johnson
2024-04-25  6:58     ` Karthikeyan Periyasamy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).