ath10k: fix warnings from an earlier commit
authorKalle Valo <kvalo@qca.qualcomm.com>
Thu, 16 Mar 2017 09:11:02 +0000 (11:11 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 20 Mar 2017 15:21:38 +0000 (17:21 +0200)
commit46bc92bedbd3cc9594bf572897e6a38346067176
treee95c606b9feb0f50da08651354119b920e67bf5f
parenta28f6f27a88f047f03f04b9246ca260ebc91455e
ath10k: fix warnings from an earlier commit

I failed to notice that commit 523f6701dbab ("ath10k: update available channel
list for 5G radio") added two new warnings:

drivers/net/wireless/ath/ath10k/mac.c:3129:6: warning: symbol 'ath10k_mac_update_channel_list' was not declared. Should it be static?
drivers/net/wireless/ath/ath10k/mac.c:3170: Alignment should match open parenthesis

Fix those.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c