netdev: Rename netdev->get_status() to netdev->get_drv_info().
[openvswitch] / vswitchd / bridge.c
index 6449333de863bc52678987fbd0257738cc5d8a75..1682280fa1df1a1d7f77213eff366f8d3aa90dcd 100644 (file)
@@ -1496,7 +1496,7 @@ iface_refresh_status(struct iface *iface)
 
     shash_init(&sh);
 
-    if (!netdev_get_status(iface->netdev, &sh)) {
+    if (!netdev_get_drv_info(iface->netdev, &sh)) {
         size_t n;
         char **keys, **values;