diff options
| author | YueHaibing <[email protected]> | 2018-12-20 09:53:10 +0200 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2018-12-20 18:46:17 +0200 |
| commit | bff70e5f78e9708de18cbed003abe10349719ba5 (patch) | |
| tree | d4f8eb43778487de209d282aa9be0244f410c586 /tools/perf/scripts/python | |
| parent | 3fe970e76b374bdb4a6232cb8b78945e3d2b478f (diff) | |
ath10k: remove set but not used variable 'num_tdls_vifs'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_sta_state':
drivers/net/wireless/ath/ath10k/mac.c:6238:7: warning:
variable 'num_tdls_vifs' set but not used [-Wunused-but-set-variable]
'num_tdls_vifs' not used any more after
9a993cc1ea95 ("ath10k: fix the logic of limiting tdls peer counts")
Also, remove the single called function ath10k_mac_tdls_vifs_count
and ath10k_mac_tdls_vifs_count_iter.
Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions