summaryrefslogtreecommitdiff
path: root/iwinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'iwinfo.c')
-rw-r--r--iwinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iwinfo.c b/iwinfo.c
index ba4fc1e..6c0319e 100644
--- a/iwinfo.c
+++ b/iwinfo.c
@@ -975,7 +975,7 @@ rpc_iwinfo_api_init(const struct rpc_daemon_ops *o, struct ubus_context *ctx)
};
static struct ubus_object_type iwinfo_type =
- UBUS_OBJECT_TYPE("luci-rpc-iwinfo", iwinfo_methods);
+ UBUS_OBJECT_TYPE("rpcd-plugin-iwinfo", iwinfo_methods);
static struct ubus_object obj = {
.name = "iwinfo",