Skip to content

Commit

Permalink
ath9k: enable dfs for mesh mode
Browse files Browse the repository at this point in the history
Signed-off-by: Chun-Yeow Yeoh <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
chunyeow authored and linvjw committed Dec 9, 2013
1 parent bd2a864 commit 997b179
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/wireless/ath/ath9k/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,9 @@ static const struct ieee80211_iface_limit if_limits[] = {

static const struct ieee80211_iface_limit if_dfs_limits[] = {
{ .max = 1, .types = BIT(NL80211_IFTYPE_AP) |
#ifdef CONFIG_MAC80211_MESH
BIT(NL80211_IFTYPE_MESH_POINT) |
#endif
BIT(NL80211_IFTYPE_ADHOC) },
};

Expand Down

0 comments on commit 997b179

Please sign in to comment.