From 0c093ee449baf037792487e52c2179b94829dfd6 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 8 Jan 2018 16:05:07 +0100 Subject: [PATCH] add some comments --- src/utils/ubus.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 6639b59..8a97574 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -1039,6 +1039,9 @@ static int add_mac(struct ubus_context *ctx, struct ubus_object *obj, write_mac_to_file("/etc/dawn/mac_list", addr); } + // here we need to send it via the network! + // and we have to find some adaptive strategie to realize bad driver beahviour + return 0; }