Documentation: ABI: sysfs-class-net-qmi: document pass-through file
authorDaniele Palmas <dnlplm@gmail.com>
Mon, 3 May 2021 15:10:50 +0000 (17:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 May 2021 20:40:17 +0000 (13:40 -0700)
Add documentation for /sys/class/net/<iface>/qmi/pass_through

Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/ABI/testing/sysfs-class-net-qmi

index ed79f58..47e6b97 100644 (file)
@@ -58,3 +58,19 @@ Description:
 
                Indicates the mux id associated to the qmimux network interface
                during its creation.
+
+What:          /sys/class/net/<iface>/qmi/pass_through
+Date:          January 2021
+KernelVersion: 5.12
+Contact:       Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
+Description:
+               Boolean.  Default: 'N'
+
+               Set this to 'Y' to enable 'pass-through' mode, allowing packets
+               in MAP format to be passed on to the stack.
+
+               Normally the rmnet driver (CONFIG_RMNET) is then used to process
+               and demultiplex these packets.
+
+               'Pass-through' mode can be enabled when the device is in
+               'raw-ip' mode only.