Message ID | 1559648187-16152-1-git-send-email-mkenna@codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | dc7ecc81805e2b6bc9ef822c257ffd7ef14bf592 |
Delegated to: | Kalle Valo |
Headers | show |
Series | ath11k: advertize beacon_int_min_gcd as 100 while bring up multi vaps | expand |
Maharaja Kennadyrajan <mkenna@codeaurora.org> wrote: > When the user tries to bring up the multi vaps with different > beacon interval, then the beacon intervals of the multi vaps > should be the minimum GCD of 100. > > Signed-off-by: Maharaja Kennadyrajan <mkenna@codeaurora.org> Patch applied to ath.git, thanks. dc7ecc81805e ath11k: advertize beacon_int_min_gcd as 100 while bring up multi vaps
diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c index cb0de8e2aa60..1791f6a6c1e9 100644 --- a/drivers/net/wireless/ath/ath11k/mac.c +++ b/drivers/net/wireless/ath/ath11k/mac.c @@ -4843,6 +4843,7 @@ static const struct ieee80211_iface_combination ath11k_if_comb[] = { .max_interfaces = 16, .num_different_channels = 1, .beacon_int_infra_match = true, + .beacon_int_min_gcd = 100, .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) | BIT(NL80211_CHAN_WIDTH_20) | BIT(NL80211_CHAN_WIDTH_40) |
When the user tries to bring up the multi vaps with different beacon interval, then the beacon intervals of the multi vaps should be the minimum GCD of 100. Signed-off-by: Maharaja Kennadyrajan <mkenna@codeaurora.org> --- drivers/net/wireless/ath/ath11k/mac.c | 1 + 1 file changed, 1 insertion(+)