Message ID | 20240130060838.3895599-1-quic_periyasa@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath12k: Refactor the hardware recovery procedures | expand |
On 1/29/2024 10:08 PM, Karthikeyan Periyasamy wrote: > 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. > > Karthikeyan Periyasamy (3): > wifi: ath12k: Refactor the hardware recovery procedure > wifi: ath12k: Refactor hardware recovery synchronous > wifi: ath12k: Refactor the hardware state > > drivers/net/wireless/ath/ath12k/core.c | 97 ++++++++++++++------------ > drivers/net/wireless/ath/ath12k/core.h | 25 +++++-- > drivers/net/wireless/ath/ath12k/mac.c | 95 +++++++++++++++++-------- > drivers/net/wireless/ath/ath12k/reg.c | 5 +- > 4 files changed, 137 insertions(+), 85 deletions(-) > > > base-commit: 17f4b952f067b1f87d14e6df4c8c216fe7a245d1 since the "[PATCH 0/8] wifi: ath12k: Introduce device group abstraction" series depends upon this series, is there a plan to re-spin a new version that addresses Kalle's concerns?
On 4/24/2024 2:25 AM, Jeff Johnson wrote: > On 1/29/2024 10:08 PM, Karthikeyan Periyasamy wrote: >> 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. >> >> Karthikeyan Periyasamy (3): >> wifi: ath12k: Refactor the hardware recovery procedure >> wifi: ath12k: Refactor hardware recovery synchronous >> wifi: ath12k: Refactor the hardware state >> >> drivers/net/wireless/ath/ath12k/core.c | 97 ++++++++++++++------------ >> drivers/net/wireless/ath/ath12k/core.h | 25 +++++-- >> drivers/net/wireless/ath/ath12k/mac.c | 95 +++++++++++++++++-------- >> drivers/net/wireless/ath/ath12k/reg.c | 5 +- >> 4 files changed, 137 insertions(+), 85 deletions(-) >> >> >> base-commit: 17f4b952f067b1f87d14e6df4c8c216fe7a245d1 > > since the "[PATCH 0/8] wifi: ath12k: Introduce device group abstraction" > series depends upon this series, is there a plan to re-spin a new version that > addresses Kalle's concerns? > yes, will respin the next version.