]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: print phy TDLS ch-switch support
authorArik Nemtsov <arik@wizery.com>
Mon, 1 Dec 2014 16:00:22 +0000 (18:00 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 12 Dec 2014 12:54:12 +0000 (13:54 +0100)
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c

diff --git a/info.c b/info.c
index d934c583477ecbc1be66fe20625042b4e2da1018..6e21e45972b8d5d788130ef4cc2c5b58d8510843 100644 (file)
--- a/info.c
+++ b/info.c
@@ -590,6 +590,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])