projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acba931
)
s/clear_interface_errors/interface_clear_errors/
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 5 Oct 2011 17:01:03 +0000
(19:01 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 5 Oct 2011 17:01:03 +0000
(19:01 +0200)
interface.c
patch
|
blob
|
history
diff --git
a/interface.c
b/interface.c
index 506a478704539c20e4abd7c001544954475d0716..7bf8f25a2535edb4631152a5173ad6a9b8902d59 100644
(file)
--- a/
interface.c
+++ b/
interface.c
@@
-31,7
+31,7
@@
const struct config_param_list interface_attr_list = {
};
static void
-
clear_interface
_errors(struct interface *iface)
+
interface_clear
_errors(struct interface *iface)
{
struct interface_error *error, *tmp;
@@
-119,7
+119,7
@@
__interface_set_up(struct interface *iface)
static void
__interface_set_down(struct interface *iface, bool force)
{
-
clear_interface
_errors(iface);
+
interface_clear
_errors(iface);
if (iface->state == IFS_DOWN ||
iface->state == IFS_TEARDOWN)