summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorXavier LANGELLIER <xln@renesas41.rmad.renesasmobile.com>2012-09-18 15:08:48 +0200
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:42:51 -0700
commit8e35c4ed4a1dfc3fb207a478e7e0d5f4d7976e33 (patch)
treeb9b1d8146d520e508d3b9a569bfa6b792de3ffaa /net
parentc3936791664f0e6be66adc8ea124c2b7591d9cb3 (diff)
net: mhi: reduce MAX_MHDPHDR_SIZE
Bug 1167018 Change-Id: Id77202afb28b6532700b7482fff5e162b37cd601 Signed-off-by: wtsai <wtsai@nvidia.com> Reviewed-on: http://git-master/r/165063 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'net')
-rw-r--r--net/mhi/l3mhdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mhi/l3mhdp.c b/net/mhi/l3mhdp.c
index e3adb3783da2..67b8f31cefb5 100644
--- a/net/mhi/l3mhdp.c
+++ b/net/mhi/l3mhdp.c
@@ -78,7 +78,7 @@ EXPORT_SYMBOL(sysctl_mhdp_concat_nb_pkt);
/*** Type definitions ***/
-#define MAX_MHDPHDR_SIZE 12
+#define MAX_MHDPHDR_SIZE 10
struct mhdp_tunnel {
struct mhdp_tunnel *next;