msm:ipa: enable ECM from config
Enable ECM module. Change-Id: Ie88f26eed985e0d530ba5243b774216029a993ed
This commit is contained in:
@@ -7,3 +7,4 @@
|
|||||||
#define CONFIG_RMNET_IPA3 1
|
#define CONFIG_RMNET_IPA3 1
|
||||||
#define CONFIG_RNDIS_IPA 1
|
#define CONFIG_RNDIS_IPA 1
|
||||||
#define CONFIG_IPA_WDI_UNIFIED_API 1
|
#define CONFIG_IPA_WDI_UNIFIED_API 1
|
||||||
|
#define CONFIG_ECM_IPA 1
|
||||||
|
@@ -3,3 +3,4 @@ export CONFIG_IPA_CLIENTS_MANAGER=m
|
|||||||
export CONFIG_IPA_WDI_UNIFIED_API=y
|
export CONFIG_IPA_WDI_UNIFIED_API=y
|
||||||
export CONFIG_RMNET_IPA3=y
|
export CONFIG_RMNET_IPA3=y
|
||||||
export CONFIG_RNDIS_IPA=m
|
export CONFIG_RNDIS_IPA=m
|
||||||
|
export CONFIG_ECM_IPA=m
|
||||||
|
@@ -3,3 +3,4 @@ export CONFIG_IPA_CLIENTS_MANAGER=y
|
|||||||
export CONFIG_IPA_WDI_UNIFIED_API=y
|
export CONFIG_IPA_WDI_UNIFIED_API=y
|
||||||
export CONFIG_RMNET_IPA3=y
|
export CONFIG_RMNET_IPA3=y
|
||||||
export CONFIG_RNDIS_IPA=y
|
export CONFIG_RNDIS_IPA=y
|
||||||
|
export CONFIG_ECM_IPA=y
|
||||||
|
@@ -14,8 +14,9 @@
|
|||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
#include <linux/atomic.h>
|
#include <linux/atomic.h>
|
||||||
#include "ecm_ipa.h"
|
#include "ecm_ipa.h"
|
||||||
#include "ipa_common_i.h"
|
#include "../ipa_common_i.h"
|
||||||
#include "ipa_pm.h"
|
#include "../ipa_pm.h"
|
||||||
|
#include "../ipa_v3/ipa_i.h"
|
||||||
|
|
||||||
#define DRIVER_NAME "ecm_ipa"
|
#define DRIVER_NAME "ecm_ipa"
|
||||||
#define ECM_IPA_IPV4_HDR_NAME "ecm_eth_ipv4"
|
#define ECM_IPA_IPV4_HDR_NAME "ecm_eth_ipv4"
|
||||||
|
Reference in New Issue
Block a user