Re: [PATCH] ath9k: Make arrays prof_prio and channelmap static const

From: Toke Høiland-Jørgensen
Date: Thu Oct 06 2022 - 14:12:35 EST


Colin Ian King <colin.i.king@xxxxxxxxx> writes:

> Don't populate the read-only arrays prof_prio and channelmap
> on the stack but instead make them static const. Also makes the
> object code a little smaller.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxx>