R: [RPCD PATCH v4 4/4] iwinfo: export center channel for info ubus call

2021-01-06 Thread ansuelsmth
> Hi, > > comment below. > > > [...] > > diff --git a/iwinfo.c b/iwinfo.c > > index 45ca784..94fa822 100644 > > --- a/iwinfo.c > > +++ b/iwinfo.c > > @@ -364,6 +364,8 @@ rpc_iwinfo_info(struct ubus_context *ctx, struct > ubus_object *obj, > > > > rpc_iwinfo_call_int("mode", iw->mode, IWINFO_O

Re: [RPCD PATCH v4 4/4] iwinfo: export center channel for info ubus call

2021-01-05 Thread Jo-Philipp Wich
Hi, comment below. > [...] > diff --git a/iwinfo.c b/iwinfo.c > index 45ca784..94fa822 100644 > --- a/iwinfo.c > +++ b/iwinfo.c > @@ -364,6 +364,8 @@ rpc_iwinfo_info(struct ubus_context *ctx, struct > ubus_object *obj, > > rpc_iwinfo_call_int("mode", iw->mode, IWINFO_OPMODE_NAMES); >

[RPCD PATCH v4 4/4] iwinfo: export center channel for info ubus call

2020-12-05 Thread Ansuel Smith
Iwinfo export the center channel sued by the wifi. Include this data in the ubus info call to better know the channel utilizzation of the wifi. Signed-off-by: Ansuel Smith --- iwinfo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iwinfo.c b/iwinfo.c index 45ca784..94fa822 100644 --- a/i