ath10k: remove variables which set but not used
authorKenneth Lu <kuohsianglu@gmail.com>
Mon, 7 May 2018 09:39:48 +0000 (17:39 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 12 May 2018 09:22:11 +0000 (12:22 +0300)
commit3e2740cda22473cca2abd117baeabf20d9024fba
treed29c38b60dce2efbf733e3b165d8566ea27d3b16
parente3148cc5fecf60dcbd07e5c9cae987976d25cb17
ath10k: remove variables which set but not used

Variable buf_len and num_vdev_stats are being assigned but never read.
These are redundant and can be remove.

Signed-off-by: Kenneth Lu <kuohsianglu@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/wmi.c