mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
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:
parent
850d2c7ea8
commit
8f036c229e
@ -142,7 +142,8 @@ static const struct {
|
|||||||
{ NL80211_CMD_GET_MPP, "Get Mesh Proxy Path" },
|
{ NL80211_CMD_GET_MPP, "Get Mesh Proxy Path" },
|
||||||
{ NL80211_CMD_JOIN_OCB, "Join OCB Network" },
|
{ NL80211_CMD_JOIN_OCB, "Join OCB Network" },
|
||||||
{ NL80211_CMD_LEAVE_OCB, "Leave 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_CHANNEL_SWITCH, "TDLS Channel Switch" },
|
||||||
{ NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH,
|
{ NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH,
|
||||||
"Cancel TLDS Channel Switch" },
|
"Cancel TLDS Channel Switch" },
|
||||||
|
Loading…
Reference in New Issue
Block a user