2014-12-01 16:00:27

by Arik Nemtsov

[permalink] [raw]
Subject: [PATCH] iw: print phy TDLS ch-switch support

Signed-off-by: Arik Nemtsov <[email protected]>
---
info.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/info.c b/info.c
index 7499290..7f8c832 100644
--- a/info.c
+++ b/info.c
@@ -587,6 +587,8 @@ broken_combination:
printf("\tDevice supports WMM-AC admission (TSPECs)\n");
if (features & NL80211_FEATURE_MAC_ON_CREATE)
printf("\tDevice supports configuring vdev MAC-addr on create.\n");
+ if (features & NL80211_FEATURE_TDLS_CHANNEL_SWITCH)
+ printf("\tDevice supports TDLS channel switching\n");
}

if (tb_msg[NL80211_ATTR_TDLS_SUPPORT])
--
1.9.1



2014-12-12 12:54:22

by Johannes Berg

[permalink] [raw]