From: Arik Nemtsov Date: Mon, 1 Dec 2014 16:00:22 +0000 (+0200) Subject: iw: print phy TDLS ch-switch support X-Git-Tag: v4.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f0d6894e8c535c02e3de9d5820a06a95130906;p=thirdparty%2Fiw.git iw: print phy TDLS ch-switch support Signed-off-by: Arik Nemtsov Signed-off-by: Johannes Berg --- diff --git a/info.c b/info.c index d934c58..6e21e45 100644 --- 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])