From: Johannes Berg Date: Fri, 24 Jan 2014 14:56:12 +0000 (+0100) Subject: update command list X-Git-Tag: v3.14~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0624c45de582b1c8c52bed7164c71706c3485400;p=thirdparty%2Fiw.git update command list --- diff --git a/util.c b/util.c index 4542749..0795ef6 100644 --- 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];