Skip to content

Commit

Permalink
mt76x2: init: unlock DFS channels
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed Sep 25, 2016
1 parent d392047 commit b9f3193
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mt76x2_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,10 @@ static const struct ieee80211_iface_combination if_comb[] = {
.max_interfaces = 8,
.num_different_channels = 1,
.beacon_int_infra_match = true,
.radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
BIT(NL80211_CHAN_WIDTH_20) |
BIT(NL80211_CHAN_WIDTH_40) |
BIT(NL80211_CHAN_WIDTH_80),
}
};

Expand Down

0 comments on commit b9f3193

Please sign in to comment.