info: print something for T-DLS support
diff --git a/info.c b/info.c
index b2eef15..a696503 100644
--- a/info.c
+++ b/info.c
@@ -534,6 +534,9 @@
 			printf("\tDevice supports AP scan.\n");
 	}
 
+	if (tb_msg[NL80211_ATTR_TDLS_SUPPORT])
+		printf("\tDevice supports T-DLS.\n");
+
 	if (tb_msg[NL80211_ATTR_COALESCE_RULE]) {
 		struct nl80211_coalesce_rule_support *rule;
 		struct nl80211_pattern_support *pat;