提交 9802977d 编写于 作者: E Eduardo Abinader 提交者: Kalle Valo

ath10k: remove extra space on ath10k_update_channel_list

just to comply to coding style.
Signed-off-by: NEduardo Abinader <eduardo.abinader@riverbed.com>
Reviewed-by: NJulian Calaby <julian.calaby@gmail.com>
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 34293f75
...@@ -2956,7 +2956,7 @@ static int ath10k_update_channel_list(struct ath10k *ar) ...@@ -2956,7 +2956,7 @@ static int ath10k_update_channel_list(struct ath10k *ar)
if (channel->flags & IEEE80211_CHAN_DISABLED) if (channel->flags & IEEE80211_CHAN_DISABLED)
continue; continue;
ch->allow_ht = true; ch->allow_ht = true;
/* FIXME: when should we really allow VHT? */ /* FIXME: when should we really allow VHT? */
ch->allow_vht = true; ch->allow_vht = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册