* [PATCH] ath11k: advertize beacon_int_min_gcd as 100 while bring up multi vaps
@ 2019-06-04 11:36 Maharaja Kennadyrajan
2019-06-06 16:50 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Maharaja Kennadyrajan @ 2019-06-04 11:36 UTC (permalink / raw)
To: ath11k; +Cc: Maharaja Kennadyrajan
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(+)
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) |
--
2.21.0
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ath11k: advertize beacon_int_min_gcd as 100 while bring up multi vaps
2019-06-04 11:36 [PATCH] ath11k: advertize beacon_int_min_gcd as 100 while bring up multi vaps Maharaja Kennadyrajan
@ 2019-06-06 16:50 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-06-06 16:50 UTC (permalink / raw)
To: Maharaja Kennadyrajan; +Cc: ath11k
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
--
https://patchwork.kernel.org/patch/10974779/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-06 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04 11:36 [PATCH] ath11k: advertize beacon_int_min_gcd as 100 while bring up multi vaps Maharaja Kennadyrajan
2019-06-06 16:50 ` Kalle Valo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.