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>