All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH] ath9k_htc: advertise support for TDLS
@ 2014-08-17 23:53 ` Csaba Kiraly
  0 siblings, 0 replies; 12+ messages in thread
From: Csaba Kiraly @ 2014-08-17 23:53 UTC (permalink / raw)
  To: ath9k-devel

Based on a quick test with AR9271, TDLS seems to be working fine.

Tests were done with 2 Atheros AR9271 based devices with firmware
1.3 (sha1 8d49f928aa40ac53c729189bff1333cd373a7fb5), associated
with a WAP54G access point. TDLS worked fine both in WPA2 mode and
without encryption. Stations maintained ping flood traffic between
each other and towards the AP without significant losses.

Not tested with AR7010.

TDLS was enabled in earlier patches the same way for other
Atheros drivers:
ath9k (fd6562344dea2b8b2a5d644cf971f4e56004500a),
and carl9170 (d1f3de71a584a82ee4e84505fce9acccf40215ff).

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
---
 drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/net/wireless/ath/ath9k/htc_drv_init.c
index 8a3bd5f..d779f4f 100644
--- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c
@@ -592,6 +592,8 @@ static void ath9k_set_hw_capab(struct ath9k_htc_priv *priv,
 	hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN |
 			    WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
 
+	hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
+
 	hw->queues = 4;
 	hw->max_listen_interval = 1;
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-08-22 11:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-17 23:53 [ath9k-devel] [PATCH] ath9k_htc: advertise support for TDLS Csaba Kiraly
2014-08-17 23:53 ` Csaba Kiraly
2014-08-19  8:25 ` [ath9k-devel] " Oleksij Rempel
2014-08-19  8:25   ` Oleksij Rempel
2014-08-19  8:27   ` [ath9k-devel] " Oleksij Rempel
2014-08-19  8:27     ` Oleksij Rempel
2014-08-19 19:00     ` [ath9k-devel] " Csaba Kiraly
2014-08-19 19:00       ` Csaba Kiraly
2014-08-21 19:29       ` [ath9k-devel] " Oleksij Rempel
2014-08-22  7:47         ` Csaba Kiraly
2014-08-22  7:56           ` Oleksij Rempel
2014-08-22 11:16             ` Csaba Kiraly

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.