diff --git a/src/NetworkManagerDevice.c b/src/NetworkManagerDevice.c index 2341fab55e..77f3458f87 100644 --- a/src/NetworkManagerDevice.c +++ b/src/NetworkManagerDevice.c @@ -305,8 +305,6 @@ NMDevice *nm_device_new (const char *iface, const char *udi, gboolean test_dev, /* Have to bring the device up before checking link status and other stuff */ nm_device_bring_up_wait (dev, 0); - dev->driver_support_level = nm_get_driver_support_level (dev->app_data->hal_ctx, dev); - /* Initialize wireless-specific options */ if (nm_device_is_wireless (dev)) {