diff options
author | Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> | 2012-10-08 18:00:54 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-10-29 20:18:52 +0100 |
commit | aebc0d40f9f7310d4651df2772d208fd9b2d2fa0 (patch) | |
tree | cb5cce598c904b78d5775b9ac93d6535e38b49a9 /drivers/net/wireless | |
parent | ath9k_htc: Remove interface combination specific checks (diff) | |
download | linux-aebc0d40f9f7310d4651df2772d208fd9b2d2fa0.tar.xz linux-aebc0d40f9f7310d4651df2772d208fd9b2d2fa0.zip |
ath9k: Advertize beacon_int_infra_match
Currently ath9k need to have beacon interval matched
between STA mode and beaconing mode. Advertize this
through interface combinations.
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-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 fad3ccd5cd91..546bae93647b 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 = { .n_limits = ARRAY_SIZE(if_limits), .max_interfaces = 2048, .num_different_channels = 1, + .beacon_int_infra_match = true, }; void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw) |