Signed-off-by: Arik Nemtsov <arik@xxxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html