Tim Harvey <[email protected]> writes:

> While looking to see what sort of QMI support may be in OpenWrt I
> discovered this thread: http://patchwork.openwrt.org/patch/3402/
>
> I see that libqmi v1.0 is available in packages but it looks like the
> patch above never got applied and that there was perhaps a different
> direction being taken using uqmi.  What is the status of QMI in
> OpenWrt?

I don't know the status of netifd and uqmi support.  But I'd also like
to point to the 3rd direction, using lua scripts for the QMI:
http://www.ofmodemsandmen.com/

And for the record: I never got any reply from the OpenWRT community to
my cdc-wdm message size ioctl proposal. It was implemented as proposed
so that you now can do something like this (maybe with a little more error
handling...):

 bjorn@nemi:~$ perl -e 'open(F, "/dev/cdc-wdm0"); ioctl(F, 0x800248a0, $foo); 
print "msgsize=", unpack("s", $foo), "\n"'
 msgsize=4096



Bjørn
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to