Skip to content

Commit 9802977

Browse files
Eduardo Abinaderkvalo
authored andcommitted
ath10k: remove extra space on ath10k_update_channel_list
just to comply to coding style. Signed-off-by: Eduardo Abinader <[email protected]> Reviewed-by: Julian Calaby <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 34293f7 commit 9802977

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath10k

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ath10k/mac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2956,7 +2956,7 @@ static int ath10k_update_channel_list(struct ath10k *ar)
29562956
if (channel->flags & IEEE80211_CHAN_DISABLED)
29572957
continue;
29582958

2959-
ch->allow_ht = true;
2959+
ch->allow_ht = true;
29602960

29612961
/* FIXME: when should we really allow VHT? */
29622962
ch->allow_vht = true;

0 commit comments

Comments
 (0)