Commit 9802977d authored by Eduardo Abinader's avatar Eduardo Abinader Committed by Kalle Valo

ath10k: remove extra space on ath10k_update_channel_list

just to comply to coding style.
Signed-off-by: default avatarEduardo Abinader <eduardo.abinader@riverbed.com>
Reviewed-by: default avatarJulian Calaby <julian.calaby@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 34293f75
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment