nl80211cmd: make CH_SWITCH_STARTED_NOTIFY name unique

There are several events for channel switching, and nl80211cmd was
naming two of them "Channel Switch Notify". Change
CH_SWITCH_STARTED_NOTIFY to "Channel Switch Started Notify" to
distinguish the two events.
This commit is contained in:
James Prestwood 2021-10-19 11:19:07 -07:00 committed by Denis Kenzior
parent 850d2c7ea8
commit 8f036c229e
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ static const struct {
{ NL80211_CMD_GET_MPP, "Get Mesh Proxy Path" },
{ NL80211_CMD_JOIN_OCB, "Join OCB Network" },
{ NL80211_CMD_LEAVE_OCB, "Leave OCB Network" },
{ NL80211_CMD_CH_SWITCH_STARTED_NOTIFY, "Channel Switch Notify" },
{ NL80211_CMD_CH_SWITCH_STARTED_NOTIFY,
"Channel Switch Started Notify"},
{ NL80211_CMD_TDLS_CHANNEL_SWITCH, "TDLS Channel Switch" },
{ NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH,
"Cancel TLDS Channel Switch" },