wifi: ath11k: Make read-only const array svc_id static const
authorColin Ian King <colin.i.king@gmail.com>
Thu, 19 Jun 2025 08:20:10 +0000 (09:20 +0100)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 26 Jun 2025 23:10:45 +0000 (16:10 -0700)
commitd8f07889e920493845fd628407ff0debbe96fa09
tree9ba7c9898f92e02e8d397cbdb69197a5e5e7f561
parent8f9480451514c065dc8296c0db6e26d6c467fafe
wifi: ath11k: Make read-only const array svc_id static const

Don't populate the read-only array svc_id on the stack at run time,
instead make it static const.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20250619082010.1834109-1-colin.i.king@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath11k/htc.c