All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mt7601u: enable TDLS support
@ 2021-02-28 18:23 Lorenzo Bianconi
  2021-02-28 18:28 ` Jakub Kicinski
  2021-04-11  9:30 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2021-02-28 18:23 UTC (permalink / raw)
  To: kuba; +Cc: lorenzo.bianconi, linux-wireless

Notify mac80211 the mt7601u chipset support 802.11 TDLS. The feature has
been tested with a mt7610u peer.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 drivers/net/wireless/mediatek/mt7601u/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/mediatek/mt7601u/init.c b/drivers/net/wireless/mediatek/mt7601u/init.c
index cada48800928..5d9e952b2966 100644
--- a/drivers/net/wireless/mediatek/mt7601u/init.c
+++ b/drivers/net/wireless/mediatek/mt7601u/init.c
@@ -610,6 +610,7 @@ int mt7601u_register_device(struct mt7601u_dev *dev)
 
 	wiphy->features |= NL80211_FEATURE_ACTIVE_MONITOR;
 	wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION);
+	wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
 
 	wiphy_ext_feature_set(wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
 
-- 
2.29.2


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

* Re: [PATCH] mt7601u: enable TDLS support
  2021-02-28 18:23 [PATCH] mt7601u: enable TDLS support Lorenzo Bianconi
@ 2021-02-28 18:28 ` Jakub Kicinski
  2021-04-11  9:30 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2021-02-28 18:28 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: lorenzo.bianconi, linux-wireless

On Sun, 28 Feb 2021 19:23:09 +0100 Lorenzo Bianconi wrote:
> Notify mac80211 the mt7601u chipset support 802.11 TDLS. The feature has
> been tested with a mt7610u peer.
> 
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>

Acked-by: Jakub Kicinski <kuba@kernel.org>

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

* Re: [PATCH] mt7601u: enable TDLS support
  2021-02-28 18:23 [PATCH] mt7601u: enable TDLS support Lorenzo Bianconi
  2021-02-28 18:28 ` Jakub Kicinski
@ 2021-04-11  9:30 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2021-04-11  9:30 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: kuba, lorenzo.bianconi, linux-wireless

Lorenzo Bianconi <lorenzo@kernel.org> wrote:

> Notify mac80211 the mt7601u chipset support 802.11 TDLS. The feature has
> been tested with a mt7610u peer.
> 
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> Acked-by: Jakub Kicinski <kuba@kernel.org>

Patch applied to wireless-drivers-next.git, thanks.

670d9e53886c mt7601u: enable TDLS support

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/8f9fd662cdbbb70ba896f1bea80e696b15011d3f.1614536496.git.lorenzo@kernel.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

end of thread, other threads:[~2021-04-11  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28 18:23 [PATCH] mt7601u: enable TDLS support Lorenzo Bianconi
2021-02-28 18:28 ` Jakub Kicinski
2021-04-11  9:30 ` 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.