Re: [OpenWrt-Devel] [PATCH] Add QMI interface support to netifd

2013-02-28 Thread A. Valentin
Hi Felix! Am 28.02.2013 15:33, schrieb Felix Fietkau: > I plan on leaving this standalone, it does not really belong into the > netifd core. I think I'll commit the initial version mostly as-is and > adapt your script to the different CLI syntax. In the future I plan on > adding support for runnin

Re: [OpenWrt-Devel] [PATCH] Add QMI interface support to netifd

2013-02-28 Thread Felix Fietkau
On 2013-02-28 2:57 PM, A. Valentin wrote: > Hi Felix! > Am 28.02.2013 14:13, schrieb Felix Fietkau: >> By the way, I'm almost done with my QMI code rewrite. You can find it >> here: http://nbd.name/gitweb.cgi?p=uqmi.git;a=summary or >> git://nbd.name/uqmi.git. >> I think it can already do pretty mu

Re: [OpenWrt-Devel] [PATCH] Add QMI interface support to netifd

2013-02-28 Thread A. Valentin
Hi Felix! Am 28.02.2013 14:13, schrieb Felix Fietkau: > By the way, I'm almost done with my QMI code rewrite. You can find it > here: http://nbd.name/gitweb.cgi?p=uqmi.git;a=summary or > git://nbd.name/uqmi.git. > I think it can already do pretty much all that's necessary to bring up > the connecti

Re: [OpenWrt-Devel] [PATCH] Add QMI interface support to netifd

2013-02-28 Thread Aleksander Morgado
On 02/28/2013 02:13 PM, Felix Fietkau wrote: > By the way, I'm almost done with my QMI code rewrite. You can find it > here: http://nbd.name/gitweb.cgi?p=uqmi.git;a=summary or > git://nbd.name/uqmi.git. > I think it can already do pretty much all that's necessary to bring up > the connection like q

Re: [OpenWrt-Devel] [PATCH] Add QMI interface support to netifd

2013-02-28 Thread Felix Fietkau
On 2013-02-28 12:17 PM, A. Valentin wrote: > This patch adds support for QMI to netifd. It enables netifd to access the > network functions of several 2G/3G/4G sticks. For usage of qmi, the device has > to support 2 functions: > -cdc-wdm interface for control > -wwan interface for data > > Throupu

[OpenWrt-Devel] [PATCH] Add QMI interface support to netifd

2013-02-28 Thread A. Valentin
This patch adds support for QMI to netifd. It enables netifd to access the network functions of several 2G/3G/4G sticks. For usage of qmi, the device has to support 2 functions: -cdc-wdm interface for control -wwan interface for data Throuput should also be a lot better than through serial and ppp