diff options
author | 2019-04-17 10:57:45 +0800 | |
---|---|---|
committer | 2019-04-29 17:54:52 +0300 | |
commit | 05039f01e63053add589255e4a9aa1d4c3e1f0c0 (patch) | |
tree | bf0b312acf966ea24aeb4d31faedf269f8081f48 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ath9k: Differentiate between max combined and per chain power (diff) | |
download | wireguard-linux-05039f01e63053add589255e4a9aa1d4c3e1f0c0.tar.xz wireguard-linux-05039f01e63053add589255e4a9aa1d4c3e1f0c0.zip |
ath9k: Remove some set but not used variables
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/net/wireless/ath/ath9k/xmit.c: In function 'ath_tx_count_frames':
drivers/net/wireless/ath/ath9k/xmit.c:413:25: warning: variable 'fi' set but not used [-Wunused-but-set-variable]
drivers/net/wireless/ath/ath9k/xmit.c: In function 'ath_tx_complete_aggr':
drivers/net/wireless/ath/ath9k/xmit.c:449:24: warning: variable 'hdr' set but not used [-Wunused-but-set-variable]
drivers/net/wireless/ath/ath9k/xmit.c: In function 'ath_tx_start':
drivers/net/wireless/ath/ath9k/xmit.c:2274:18: warning: variable 'avp' set but not used [-Wunused-but-set-variable]
drivers/net/wireless/ath/ath9k/xmit.c:2269:24: warning: variable 'hdr' set but not used [-Wunused-but-set-variable]
These variables are not used any more
and can be removed.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions