Signed-off-by: Bruno Randolf <br1@xxxxxxxxxxx> --- util.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/util.c b/util.c index 42c992d..0c6d978 100644 --- a/util.c +++ b/util.c @@ -165,6 +165,7 @@ static const char *commands[NL80211_CMD_MAX + 1] = { [NL80211_CMD_SET_TX_BITRATE_MASK] = "set_tx_bitrate_mask", [NL80211_CMD_REGISTER_ACTION] = "register_action", [NL80211_CMD_ACTION] = "action", + [NL80211_CMD_SET_CHANNEL] = "set_channel", }; static char cmdbuf[100]; -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html