wifi: rtw89: declare support bands with const
authorZong-Zhe Yang <kevin_yang@realtek.com>
Thu, 20 Oct 2022 05:27:01 +0000 (13:27 +0800)
committerKalle Valo <kvalo@kernel.org>
Tue, 1 Nov 2022 09:25:03 +0000 (11:25 +0200)
commita29dba478b6f4e8d3fbfe0b2f097cad1e0b93cf6
treee9c24dda98ffe8daaef26979e049703336b40dbb
parent4feda7f317cb7e4b6fcdaffb0d1ad363ee28fdea
wifi: rtw89: declare support bands with const

They are just default declarations and we won't modify them directly.
Instead, we actually do moification on their memdup now. So, they
should be declared with const.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221020052702.33988-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c