Re: [PATCH] iw: print phy TDLS ch-switch support

2014-12-12 Thread Johannes Berg
Applied.

johannes

--
To unsubscribe from this list: send the line unsubscribe linux-wireless in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2014-12-01 Thread Arik Nemtsov
Signed-off-by: Arik Nemtsov a...@wizery.com
---
 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

--
To unsubscribe from this list: send the line unsubscribe linux-wireless in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html