Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6759c3c1 authored by Andrei Danaila's avatar Andrei Danaila Committed by Matt Wagantall
Browse files

msm: mhi: Add MHI RmNet driver



Add MHI RmNet driver to support exposure of an
MHI device as a network interface to the Linux
networking stack.

The MHI channels are exposed as a standard network
interface which supports the NAPI framework.

IOCTLs for setting MTU/MRU and LPM are also enabled.

CRs-Fixed: 689329
Change-Id: I9540c78acccec35aff4ee4dc36241c6f08cdf04c
Signed-off-by: default avatarAndrei Danaila <adanaila@codeaurora.org>
parent 4cec8e00
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,15 @@
# msm network device configuration
#

config MSM_RMNET_MHI
	bool "RMNET MHI Driver"
	depends on MSM_MHI
	help
	  Implements RMNET over MHI interface.
	  RMNET provides a virtual ethernet interface
	  for routing IP packets within the MSM using
	  BAM as a physical transport.

config ECM_IPA
	tristate "STD ECM LAN Driver support"
	depends on IPA
+1 −0
Original line number Diff line number Diff line
@@ -2,5 +2,6 @@
# Makefile for the msm networking support.
#

obj-$(CONFIG_MSM_RMNET_MHI) += msm_rmnet_mhi.o
obj-$(CONFIG_ECM_IPA) += ecm_ipa.o
obj-$(CONFIG_RNDIS_IPA) += rndis_ipa.o
+964 −0

File added.

Preview size limit exceeded, changes collapsed.