3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-03 01:48:49 +02:00

hwsim: Fix the Interface.Addresses property type

This commit is contained in:
Andrew Zaborowski 2017-03-26 03:16:49 +02:00 committed by Denis Kenzior
parent 9f96192470
commit dff92b9c76

View File

@ -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);