diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2017-03-24 14:22:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-25 20:03:35 -0700 |
commit | 416906fc28f5763b97c7d94bcde787bfcec006bf (patch) | |
tree | 87fcdb60d690d5c25e76168733eb8e5999db2a6f /Documentation/ABI/testing | |
parent | c6adf77953bcec0ad63d7782479452464e50f7a3 (diff) | |
download | linux-416906fc28f5763b97c7d94bcde787bfcec006bf.tar.gz linux-416906fc28f5763b97c7d94bcde787bfcec006bf.tar.bz2 linux-416906fc28f5763b97c7d94bcde787bfcec006bf.zip |
Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description
This patch updates the documentation related to the new files added for
qmap mux support.
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-net-qmi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-qmi b/Documentation/ABI/testing/sysfs-class-net-qmi index fa5a00bb1143..7122d6264c49 100644 --- a/Documentation/ABI/testing/sysfs-class-net-qmi +++ b/Documentation/ABI/testing/sysfs-class-net-qmi @@ -21,3 +21,30 @@ Description: is responsible for coordination of driver and firmware link framing mode, changing this setting to 'Y' if the firmware is configured for 'raw-ip' mode. + +What: /sys/class/net/<iface>/qmi/add_mux +Date: March 2017 +KernelVersion: 4.11 +Contact: Bjørn Mork <bjorn@mork.no> +Description: + Unsigned integer. + + Write a number ranging from 1 to 127 to add a qmap mux + based network device, supported by recent Qualcomm based + modems. + + The network device will be called qmimux. + + Userspace is in charge of managing the qmux network device + activation and data stream setup on the modem side by + using the proper QMI protocol requests. + +What: /sys/class/net/<iface>/qmi/del_mux +Date: March 2017 +KernelVersion: 4.11 +Contact: Bjørn Mork <bjorn@mork.no> +Description: + Unsigned integer. + + Write a number ranging from 1 to 127 to delete a previously + created qmap mux based network device. |