diff options
author | Eduardo Abinader <eduardo.abinader@riverbed.com> | 2016-06-30 15:23:55 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-07-08 09:47:10 +0300 |
commit | 9802977dcce58c585086bd270401c7881fe8bca0 (patch) | |
tree | f3f27a9c0e3d9a4b83424789f1a09d498db1b6b6 /drivers/net/wireless | |
parent | 34293f75586bab3bf7e8e5acb4aa9e65c81f72e6 (diff) | |
download | linux-9802977dcce58c585086bd270401c7881fe8bca0.tar.xz |
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')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/mac.c | 2 |
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; |