3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-18 17:22:50 +01:00

hwsim: Fix property name typo in notification

This commit is contained in:
Andrew Zaborowski 2017-03-10 12:29:07 +01:00 committed by Denis Kenzior
parent aec4c0a072
commit c537953f11

View File

@ -752,7 +752,7 @@ static void get_interface_callback(struct l_genl_msg *msg, void *user_data)
if (memcmp(prev_rec.addr, rec->addr, ETH_ALEN)) if (memcmp(prev_rec.addr, rec->addr, ETH_ALEN))
l_dbus_property_changed(dbus, path, l_dbus_property_changed(dbus, path,
HWSIM_INTERFACE_INTERFACE, HWSIM_INTERFACE_INTERFACE,
"Addresses"); "Address");
if (name_change) if (name_change)
l_dbus_property_changed(dbus, path, l_dbus_property_changed(dbus, path,