From 0dfb2feb3e797168d80ba6cd1dde7e39652be4ab Mon Sep 17 00:00:00 2001 From: Sunil Paidimarri Date: Mon, 29 Aug 2016 19:15:26 -0700 Subject: msm: ipa: Recycle wan buffer Enable recycle wan buffer support in IPA driver to support napi in rmnet ipa0 net device. Change-Id: I54efe72b5cf4ecdf50c7c642a8b453c46d057e57 CRs-Fixed: 1072443 Signed-off-by: Sunil Paidimarri --- include/linux/ipa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/ipa.h b/include/linux/ipa.h index 81da2aaa01e5..e66d388651b8 100644 --- a/include/linux/ipa.h +++ b/include/linux/ipa.h @@ -551,6 +551,7 @@ struct ipa_sys_connect_params { bool skip_ep_cfg; bool keep_ipa_awake; bool napi_enabled; + bool recycle_enabled; }; /** -- cgit v1.2.3