]> git.baikalelectronics.ru Git - kernel.git/commit
net: usb: qmi_wwan: add qmap mux protocol support
authorDaniele Palmas <dnlplm@gmail.com>
Fri, 24 Mar 2017 13:22:45 +0000 (14:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Mar 2017 03:03:35 +0000 (20:03 -0700)
commitf5109742dba0890abf7aad1c76fc233ec931aad0
tree17c219fbc88f664224df98d25dee7914ba8a3da8
parent16605cd1f028e04d4d6ce86aaef92f5122bd66c8
net: usb: qmi_wwan: add qmap mux protocol support

This patch adds support for qmap mux protocol available in recent
Qualcomm based modems.

The qmap mux protocol can be used for multiplexing data packets in
order to have multiple ip streams through the same physical device.

Two new sysfs files are added for adding/removing the qmap mux based
interfaces (named qmimux):

- /sys/class/net/<iface>/qmi/add_mux
- /sys/class/net/<iface>/qmi/del_mux

Main patch author is Bjørn Mork <bjorn@mork.no>

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/qmi_wwan.c