diff options
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-10-26 23:06:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-26 23:06:31 -0700 |
commit | e214a8cc7a81f20ed7cb4f6373cf15048556bbac (patch) | |
tree | 2a822179aba3a05d9b3c2862a2235448cf220dcf /include/net/phonet | |
parent | f8d56f1771e4867acc461146764b4feeb5245669 (diff) |
Phonet: include generic link-layer header size in MAX_PHONET_HEADER
This fixes an OOPS in hard_header if a Phonet address is assigned to a
non-Phonet network interface.
Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/phonet')
-rw-r--r-- | include/net/phonet/phonet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/phonet/phonet.h b/include/net/phonet/phonet.h index d4e72508e145..c6a245184460 100644 --- a/include/net/phonet/phonet.h +++ b/include/net/phonet/phonet.h @@ -27,7 +27,7 @@ * The lower layers may not require more space, ever. Make sure it's * enough. */ -#define MAX_PHONET_HEADER 8 +#define MAX_PHONET_HEADER (8 + MAX_HEADER) /* * Every Phonet* socket has this structure first in its |