add WMM tspec capability

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
diff --git a/info.c b/info.c
index 62b4581..7499290 100644
--- a/info.c
+++ b/info.c
@@ -583,6 +583,8 @@
 			printf("\tDevice supports static SMPS\n");
 		if (features & NL80211_FEATURE_DYNAMIC_SMPS)
 			printf("\tDevice supports dynamic SMPS\n");
+		if (features & NL80211_FEATURE_SUPPORTS_WMM_ADMISSION)
+			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");
 	}