summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
diff options
context:
space:
mode:
authorEduardo Abinader <eduardo.abinader@riverbed.com>2016-06-30 15:23:55 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2016-07-08 09:47:10 +0300
commit9802977dcce58c585086bd270401c7881fe8bca0 (patch)
treef3f27a9c0e3d9a4b83424789f1a09d498db1b6b6 /drivers/net/wireless/ath/ath10k
parent34293f75586bab3bf7e8e5acb4aa9e65c81f72e6 (diff)
ath10k: remove extra space on ath10k_update_channel_list
just to comply to coding style. Signed-off-by: Eduardo Abinader <eduardo.abinader@riverbed.com> Reviewed-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k')
-rw-r--r--drivers/net/wireless/ath/ath10k/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 78add06fd970..60a53242cecf 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -2956,7 +2956,7 @@ static int ath10k_update_channel_list(struct ath10k *ar)
if (channel->flags & IEEE80211_CHAN_DISABLED)
continue;
- ch->allow_ht = true;
+ ch->allow_ht = true;
/* FIXME: when should we really allow VHT? */
ch->allow_vht = true;