wifi: ath11k: constify MHI channel and controller configs
authorJeff Johnson <quic_jjohnson@quicinc.com>
Fri, 23 Feb 2024 15:39:31 +0000 (07:39 -0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 28 Feb 2024 14:08:39 +0000 (16:08 +0200)
commit766cf07c402342280a468e16f94a0d3fc7e98942
tree8c1273488632b7faab7f27fad3c5ab72d99e3bdb
parentee3b63586b30cf9a488712a4a67f18117f064428
wifi: ath11k: constify MHI channel and controller configs

Unlike the event configuration which can be modified by MHI, the
channel and controller configurations are expected to be const. And
since they are not modified locally, constify them to prevent runtime
modification.

No functional changes, compile tested only.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240223-mhi-const-wifi-ath11k-v1-1-51b9d42d2639@quicinc.com
drivers/net/wireless/ath/ath11k/mhi.c