sysfs-class-net-qmi 883 B

123456789101112131415161718192021222324
  1. What: /sys/class/net/<iface>/qmi/raw_ip
  2. Date: Dec 2015
  3. KernelVersion: 4.4
  4. Contact: Bjørn Mork <bjorn@mork.no>
  5. Description:
  6. Boolean. Default: 'N'
  7. Set this to 'Y' to change the network device link
  8. framing from '802.3' to 'raw-ip'.
  9. The netdev will change to reflect the link framing
  10. mode. The netdev is an ordinary ethernet device in
  11. '802.3' mode, and the driver expects to exchange
  12. frames with an ethernet header over the USB link. The
  13. netdev is a headerless p-t-p device in 'raw-ip' mode,
  14. and the driver expects to echange IPv4 or IPv6 packets
  15. without any L2 header over the USB link.
  16. Userspace is in full control of firmware configuration
  17. through the delegation of the QMI protocol. Userspace
  18. is responsible for coordination of driver and firmware
  19. link framing mode, changing this setting to 'Y' if the
  20. firmware is configured for 'raw-ip' mode.