ath9k: remove unused array firstep_table
authorColin Ian King <colin.king@canonical.com>
Thu, 16 Aug 2018 12:50:30 +0000 (13:50 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 28 Aug 2018 13:44:35 +0000 (16:44 +0300)
commita2f73a167dc1d4940c59099c18d23c15ac9aee71
treebd3a174bed3045f964aeb5b0b2e625963c71efb3
parentbf05e0fe7da443a518db883112d4485ae65ba9d7
ath9k: remove unused array firstep_table

Array firstep_table is being assigned but is never used
hence it is redundant and can be removed.

Cleans up clang warning:
warning: 'firstep_table' defined but not used [-Wunused-const-variable=]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/ar5008_phy.c