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

Commit dcdbcacf authored by Jeff Hugo's avatar Jeff Hugo Committed by Subash Abhinov Kasiviswanathan
Browse files

msm: bam_dmux: initial version of BAM Data Mux driver



The BAM Data Mux driver serves as a muxing interface layer to the SPS BAM
driver for RMNET.

Change-Id: Ia8aabb1874955342b4829ddb4e70a01a84c16d5f
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
[subashab@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent d62a9cbf
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -26,3 +26,18 @@ config RNDIS_IPA
	  This Network interface is aimed to allow data path go through
	  IPA core while using RNDIS protocol.

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

config MSM_RMNET_DEBUG
	bool "MSM RMNET debug interface"
	depends on MSM_RMNET
	default n
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@
obj-$(CONFIG_MSM_RMNET_MHI) += msm_rmnet_mhi.o
obj-$(CONFIG_ECM_IPA) += ecm_ipa.o
obj-$(CONFIG_RNDIS_IPA) += rndis_ipa.o
obj-$(CONFIG_MSM_RMNET_BAM) += msm_rmnet_bam.o
+826 −0

File added.

Preview size limit exceeded, changes collapsed.