* [PATCH] ath10k: Advertise force AP scan feature
@ 2016-03-15 9:55 Vasanthakumar Thiagarajan
2016-03-18 7:58 ` Valo, Kalle
0 siblings, 1 reply; 2+ messages in thread
From: Vasanthakumar Thiagarajan @ 2016-03-15 9:55 UTC (permalink / raw)
To: ath10k; +Cc: Vasanthakumar Thiagarajan, linux-wireless
Results obtained from scan can be used for spectrum management by
doing something like building information of preferred channel
lists and sharing them with stations around. It is to be noted
that traffic to the connected stations would be affected during
the scan.
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
---
drivers/net/wireless/ath/ath10k/mac.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index ebff9c0..48b789c 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -7697,7 +7697,8 @@ int ath10k_mac_register(struct ath10k *ar)
ar->hw->wiphy->max_remain_on_channel_duration = 5000;
ar->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
- ar->hw->wiphy->features |= NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE;
+ ar->hw->wiphy->features |= NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE |
+ NL80211_FEATURE_AP_SCAN;
ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations;
--
1.9.1
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ath10k: Advertise force AP scan feature
2016-03-15 9:55 [PATCH] ath10k: Advertise force AP scan feature Vasanthakumar Thiagarajan
@ 2016-03-18 7:58 ` Valo, Kalle
0 siblings, 0 replies; 2+ messages in thread
From: Valo, Kalle @ 2016-03-18 7:58 UTC (permalink / raw)
To: Thiagarajan, Vasanthakumar
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org
Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com> writes:
> Results obtained from scan can be used for spectrum management by
> doing something like building information of preferred channel
> lists and sharing them with stations around. It is to be noted
> that traffic to the connected stations would be affected during
> the scan.
>
> Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Applied, thanks.
--
Kalle Valo
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-18 7:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 9:55 [PATCH] ath10k: Advertise force AP scan feature Vasanthakumar Thiagarajan
2016-03-18 7:58 ` Valo, Kalle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox