Re: [PATCH] mac80211: minstrel_ht: remove unused n_supported variable

From: Simon Horman
Date: Sat Mar 25 2023 - 12:06:07 EST


On Sat, Mar 25, 2023 at 09:26:10AM -0400, Tom Rix wrote:
> clang with W=1 reports
> net/mac80211/rc80211_minstrel_ht.c:1711:6: error: variable
> 'n_supported' set but not used [-Werror,-Wunused-but-set-variable]
> int n_supported = 0;
> ^
> This variable is not used so remove it.
>
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>