mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-16 17:09:24 +01:00
hwsim: Fix the Interface.Addresses property type
This commit is contained in:
parent
9f96192470
commit
dff92b9c76
@ -1542,7 +1542,7 @@ static void setup_radio_interface(struct l_dbus_interface *interface)
|
||||
|
||||
l_dbus_interface_property(interface, "Name", 0, "s",
|
||||
radio_property_get_name, NULL);
|
||||
l_dbus_interface_property(interface, "Addresses", 0, "s",
|
||||
l_dbus_interface_property(interface, "Addresses", 0, "as",
|
||||
radio_property_get_addresses, NULL);
|
||||
l_dbus_interface_property(interface, "Channels", 0, "q",
|
||||
radio_property_get_channels, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user