diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index fad3ccd5cd9..546bae93647 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c | |||
@@ -687,6 +687,7 @@ static const struct ieee80211_iface_combination if_comb = { | |||
687 | .n_limits = ARRAY_SIZE(if_limits), | 687 | .n_limits = ARRAY_SIZE(if_limits), |
688 | .max_interfaces = 2048, | 688 | .max_interfaces = 2048, |
689 | .num_different_channels = 1, | 689 | .num_different_channels = 1, |
690 | .beacon_int_infra_match = true, | ||
690 | }; | 691 | }; |
691 | 692 | ||
692 | void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw) | 693 | void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw) |