]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
add WMM tspec capability
authorJohannes Berg <johannes.berg@intel.com>
Wed, 29 Oct 2014 16:10:39 +0000 (17:10 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 29 Oct 2014 16:10:39 +0000 (17:10 +0100)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
info.c

diff --git a/info.c b/info.c
index 62b4581dbca41b61db149f408f02a1d15fd42ce9..74992905c0bf5a33f6bb028f6d4fb607dd524297 100644 (file)
--- a/info.c
+++ b/info.c
@@ -583,6 +583,8 @@ broken_combination:
                        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");
        }