[LEDE-DEV] [PATCH 0/9] uqmi: Add raw-ip mode support for 17.01 branch
Koen Vandeputte
koen.vandeputte at ncentric.com
Thu Feb 15 06:15:55 PST 2018
This series adds support for qmi_wwan Raw-IP mode which is the only mode supported by a lot of LTE modems.
It does so by backporting all required patches and subsequent fixes known today upstream.
No adjustments were needed to the patches (except refreshing them) to accomplish this,
making it pretty safe to do so.
Secondly, it updates the qmi dial-in script to the latest state containing all fixes which made it to master.
The series has been tested on a Gl.MiFi device (ar71xx) using different SIM from different providers.
As the 17.01 stable branch is widely used, this series should be a welcome enhancement as a lot of LTE devices will now be supported.
Alexandru Ardelean (1):
net: uqmi: fix blocking in endless loops when unplugging device
Koen Vandeputte (8):
kernel: backport raw-ip mode for newer QMI LTE modems
kernel: refresh patches
uqmi: fix raw-ip mode for newer lte modems
uqmi: silence error on pin verification
uqmi: use general method for state cleaning
uqmi: use correct value for connection checking
uqmi: use built-in command for data-link verification
uqmi: bump package release
package/network/utils/uqmi/Makefile | 2 +-
.../utils/uqmi/files/lib/netifd/proto/qmi.sh | 63 +++++--
...-allow-mini-drivers-to-consume-L2-headers.patch | 34 ++++
...099-0002-net-qmi_wwan-support-raw-IP-mode.patch | 201 +++++++++++++++++++++
...n-should-hold-RTNL-while-changing-netdev-.patch | 102 +++++++++++
...alignment-for-frames-with-no-ethernet-hea.patch | 64 +++++++
...wan-Add-missing-skb_reset_mac_header-call.patch | 76 ++++++++
...mi_wwan-MDM9x30-specific-power-management.patch | 92 ++++++++++
...wan-add-support-for-Quectel-EC21-and-EC25.patch | 93 ++++++++++
9 files changed, 710 insertions(+), 17 deletions(-)
create mode 100644 target/linux/generic/patches-4.4/099-0001-usbnet-allow-mini-drivers-to-consume-L2-headers.patch
create mode 100644 target/linux/generic/patches-4.4/099-0002-net-qmi_wwan-support-raw-IP-mode.patch
create mode 100644 target/linux/generic/patches-4.4/099-0003-net-qmi_wwan-should-hold-RTNL-while-changing-netdev-.patch
create mode 100644 target/linux/generic/patches-4.4/099-0004-usbnet-fix-alignment-for-frames-with-no-ethernet-hea.patch
create mode 100644 target/linux/generic/patches-4.4/099-0005-qmi_wwan-Add-missing-skb_reset_mac_header-call.patch
create mode 100644 target/linux/generic/patches-4.4/099-0006-net-qmi_wwan-MDM9x30-specific-power-management.patch
create mode 100644 target/linux/generic/patches-4.4/099-0007-qmi_wwan-add-support-for-Quectel-EC21-and-EC25.patch
--
2.7.4
More information about the Lede-dev
mailing list