diff options
author | Tom Rix <[email protected]> | 2023-03-25 09:26:10 -0400 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2023-03-30 11:21:17 +0200 |
commit | 968a768d28530cadd13aab51531f8fec70bf9eae (patch) | |
tree | 9da13bfa8096b6743cea369caa1d7634bbbbb4f4 /tools/perf/scripts/python/stackcollapse.py | |
parent | 6cf882d9aa9e8f1f2d63182e179ac4b2e59c00db (diff) |
mac80211: minstrel_ht: remove unused n_supported variable
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 <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions