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:
parent
aec4c0a072
commit
c537953f11
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user