Re: [PATCHv2] wifi: ath11k: mark reset srng lists as uninitialized
From: Sergey Senozhatsky
Date: Wed Jun 11 2025 - 00:38:04 EST
On (25/05/29 12:56), Sergey Senozhatsky wrote:
> ath11k_hal_srng_deinit() frees rdp and wrp which are used
> by srng lists. Mark srng lists as not-initialized. This
> makes sense, for instance, when device fails to resume
> and the driver calls ath11k_hal_srng_deinit() from
> ath11k_core_reconfigure_on_crash().
[..]
Gentle ping.