Skip to content

Commit

Permalink
Documentation: ABI: sysfs-class-net-qmi: document pass-through file
Browse files Browse the repository at this point in the history
Add documentation for /sys/class/net/<iface>/qmi/pass_through

Signed-off-by: Daniele Palmas <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
dnlplm authored and davem330 committed May 3, 2021
1 parent d362fd0 commit bd1af6b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Documentation/ABI/testing/sysfs-class-net-qmi
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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.

0 comments on commit bd1af6b

Please sign in to comment.