summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-03-03 20:21:53 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-03-03 20:21:53 +0100
commitaff73720b65ca33a487c813f27644f8d5aea0df1 (patch)
tree9b79403548c302dd417b712ac61ffb3cb0c4d69e /interface.h
parent93ddba72304f8267f8ca63dce2235a154227cd99 (diff)
downloadnetifd-aff73720b65ca33a487c813f27644f8d5aea0df1.tar.gz
ubus: use interface_{add,remove}_link for hotplug ops
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.h b/interface.h
index 4580c5b..750c0f2 100644
--- a/interface.h
+++ b/interface.h
@@ -113,8 +113,8 @@ void __interface_set_down(struct interface *iface, bool force);
void interface_add_user(struct interface_user *dep, struct interface *iface);
void interface_remove_user(struct interface_user *dep);
-int interface_add_link(struct interface *iface, struct device *llif);
-void interface_remove_link(struct interface *iface, struct device *llif);
+int interface_add_link(struct interface *iface, struct device *dev);
+int interface_remove_link(struct interface *iface, struct device *dev);
void interface_add_error(struct interface *iface, const char *subsystem,
const char *code, const char **data, int n_data);