mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
device: rename SignalLevelChanged to Changed
This commit is contained in:
parent
70a3101319
commit
70acf2dcb4
@ -1608,7 +1608,7 @@ static void device_signal_agent_notify(struct signal_agent *agent,
|
|||||||
msg = l_dbus_message_new_method_call(dbus_get_bus(),
|
msg = l_dbus_message_new_method_call(dbus_get_bus(),
|
||||||
agent->owner, agent->path,
|
agent->owner, agent->path,
|
||||||
IWD_SIGNAL_AGENT_INTERFACE,
|
IWD_SIGNAL_AGENT_INTERFACE,
|
||||||
"SignalLevelChanged");
|
"Changed");
|
||||||
l_dbus_message_set_arguments(msg, "oy", device_path, value);
|
l_dbus_message_set_arguments(msg, "oy", device_path, value);
|
||||||
l_dbus_message_set_no_reply(msg, true);
|
l_dbus_message_set_no_reply(msg, true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user