Message ID | 1417449622-10583-1-git-send-email-arik@wizery.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Applied. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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])
Signed-off-by: Arik Nemtsov <arik@wizery.com> --- info.c | 2 ++ 1 file changed, 2 insertions(+)