summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-01-19 17:14:52 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-01-19 17:14:52 +0100
commitfcbec58e1494281dfeb2f19576c52667a512fad2 (patch)
treef302b217dc2f0d81ad2c39e6430f34420b26ff8f /system-dummy.c
parent395891b0e4c67591523dd0e2c2ac0c8aa22e88e7 (diff)
downloadnetifd-fcbec58e1494281dfeb2f19576c52667a512fad2.tar.gz
export carrier status in device stats
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/system-dummy.c b/system-dummy.c
index 09d1806..f2e3aed 100644
--- a/system-dummy.c
+++ b/system-dummy.c
@@ -88,7 +88,15 @@ system_if_get_parent(struct device *dev)
return NULL;
}
-int system_if_dump_stats(struct device *dev, struct blob_buf *b)
+int
+system_if_dump_info(struct device *dev, struct blob_buf *b)
+{
+ blobmsg_add_u8(b, "link", dev->present);
+ return 0;
+}
+
+int
+system_if_dump_stats(struct device *dev, struct blob_buf *b)
{
return 0;
}