[PATCH] wifi: ath12k: Constify struct ath12k_dp_arch_ops

Ping-Ke Shih pkshih at realtek.com
Mon Jul 13 23:57:42 PDT 2026


Christophe JAILLET <christophe.jaillet at wanadoo.fr> wrote:
> --- a/drivers/net/wireless/ath/ath12k/wifi7/dp.c
> +++ b/drivers/net/wireless/ath/ath12k/wifi7/dp.c
> @@ -139,7 +139,7 @@ static int ath12k_wifi7_dp_service_srng(struct ath12k_dp *dp,
>         return tot_work_done;
>  }
> 
> -static struct ath12k_dp_arch_ops ath12k_wifi7_dp_arch_ops = {
> +static  struct ath12k_dp_arch_ops ath12k_wifi7_dp_arch_ops = {

Did you miss 'const' here?





More information about the ath12k mailing list