Skip to content

Commit

Permalink
ath10k-ct: Fix vht160 in DFS channels for 5.15 kernel.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Nov 27, 2021
1 parent e8e166f commit dc350bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ath10k-5.15/mac.c
Expand Up @@ -10896,7 +10896,9 @@ static struct ieee80211_iface_combination ath10k_10_4_ct_if_comb[] = {
.radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
BIT(NL80211_CHAN_WIDTH_20) |
BIT(NL80211_CHAN_WIDTH_40) |
BIT(NL80211_CHAN_WIDTH_80),
BIT(NL80211_CHAN_WIDTH_80) |
BIT(NL80211_CHAN_WIDTH_80P80) |
BIT(NL80211_CHAN_WIDTH_160),
#endif
},
};
Expand Down

0 comments on commit dc350bb

Please sign in to comment.