]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update command list
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 Jan 2014 14:56:12 +0000 (15:56 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Jan 2014 14:56:12 +0000 (15:56 +0100)
util.c

diff --git a/util.c b/util.c
index 4542749a18bdd66d67fd79c08b26b57ca0c85f7d..0795ef6344e71b12e12c6f262b557f3edff290b2 100644 (file)
--- a/util.c
+++ b/util.c
@@ -248,6 +248,10 @@ static const char *commands[NL80211_CMD_MAX + 1] = {
        [NL80211_CMD_FT_EVENT] = "ft_event",
        [NL80211_CMD_CRIT_PROTOCOL_START] = "crit_protocol_start",
        [NL80211_CMD_CRIT_PROTOCOL_STOP] = "crit_protocol_stop",
+       [NL80211_CMD_GET_COALESCE] = "get_coalesce",
+       [NL80211_CMD_SET_COALESCE] = "set_coalesce",
+       [NL80211_CMD_CHANNEL_SWITCH] = "channel_switch",
+       [NL80211_CMD_VENDOR] = "vendor",
 };
 
 static char cmdbuf[100];