]> asedeno.scripts.mit.edu Git - linux.git/commit
ath6kl: remove redundant variable ies_len
authorKenneth Lu <kuohsianglu@gmail.com>
Sun, 26 Nov 2017 05:38:18 +0000 (13:38 +0800)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 7 Dec 2017 14:20:18 +0000 (16:20 +0200)
commitd786ebb2f59b46e95c17bc33018fc13347407f69
tree11b68a68aceb5fcb8348f451db08ad1d552604ac
parent4119b6160a35693655199f3e9e4a4d7b154a75b0
ath6kl: remove redundant variable ies_len

To get rid of W=1 warning: variable ‘ies_len’ set but not used.
Variable ies_len is being assigned but never read.

Signed-off-by: Kenneth Lu <kuohsianglu@gmail.com>
Reviewed-by: Steve deRosier <derosier@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c