diff options
author | Xavier LANGELLIER <xln@renesas41.rmad.renesasmobile.com> | 2012-09-18 15:08:48 +0200 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-11-23 02:27:44 -0800 |
commit | 95e3f61df4c5935bc2a5758de8af1956f3fc646c (patch) | |
tree | 8ee6c6760b3f13ac66d5752b66880436a797ef34 | |
parent | e13d4b16d7a16e9f105c074ff3a28185e0b4e20d (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>
-rw-r--r-- | net/mhi/l3mhdp.c | 2 |
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; |