Re: [OpenWrt-Devel] [PATCH 1/1] uqmi: uim: add support for Get Card Status request

2018-02-20 Thread John Crispin
On 20/02/18 09:15, Daniele Palmas wrote: Hi John, 2018-02-18 10:44 GMT+01:00 John Crispin : On 14/08/17 12:02, Daniele Palmas wrote: This patch adds support for UIM Get Card Status request Signed-off-by: Daniele Palmas --- Hi Daniele, sorry for the late reply, nitpicks inline, if you c

Re: [OpenWrt-Devel] [PATCH 1/1] uqmi: uim: add support for Get Card Status request

2018-02-20 Thread Daniele Palmas
Hi John, 2018-02-18 10:44 GMT+01:00 John Crispin : > > > On 14/08/17 12:02, Daniele Palmas wrote: >> >> This patch adds support for UIM Get Card Status request >> >> Signed-off-by: Daniele Palmas >> --- > > > Hi Daniele, > > sorry for the late reply, nitpicks inline, if you could fix those and re

Re: [OpenWrt-Devel] [PATCH 1/1] uqmi: uim: add support for Get Card Status request

2018-02-18 Thread John Crispin
On 14/08/17 12:02, Daniele Palmas wrote: This patch adds support for UIM Get Card Status request Signed-off-by: Daniele Palmas --- Hi Daniele, sorry for the late reply, nitpicks inline, if you could fix those and resend the patch please ..     John commands-uim.c | 143 +

[OpenWrt-Devel] [PATCH 1/1] uqmi: uim: add support for Get Card Status request

2017-08-14 Thread Daniele Palmas
This patch adds support for UIM Get Card Status request Signed-off-by: Daniele Palmas --- commands-uim.c | 143 + commands-uim.h | 4 +- 2 files changed, 146 insertions(+), 1 deletion(-) diff --git a/commands-uim.c b/commands-uim.c index