wifi: cfg80211: make read-only array centers_80mhz static const
authorColin Ian King <colin.i.king@gmail.com>
Tue, 19 Sep 2023 09:52:05 +0000 (10:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Sep 2023 10:52:13 +0000 (11:52 +0100)
commit6c0da8406382d39ec06ad54b0d4935bd7d63612c
treedb2bd30a2fa297c809b095c0d2a72bcdce1c52e0
parentccd663caffc7b5158a0a841b70618d9e87da531c
wifi: cfg80211: make read-only array centers_80mhz static const

Don't populate the read-only array lanes on the stack, instead make
it static const.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/tdls.c