diff --git a/src/wiphy.c b/src/wiphy.c index b6235f89..ff644dc8 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -721,9 +721,6 @@ static bool wiphy_property_get_name(struct l_dbus *dbus, { struct wiphy *wiphy = user_data; - if (!wiphy->name) - return false; - l_dbus_message_builder_append_basic(builder, 's', wiphy->name); return true;