From 0e0726038c5ffcd87d8820a0c700fdcfd76818d3 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 27 Nov 2006 17:58:02 -0200 Subject: [PATCH] --- yaml --- r: 41892 b: refs/heads/master c: d5c42c0ec4f7fd5a4e19e33a2d561758b67c55c8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/netdevice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 720036c9ff0c..63d3939ee7c9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 850db6b8c53ff12eadee9ef2aa69360c06bce057 +refs/heads/master: d5c42c0ec4f7fd5a4e19e33a2d561758b67c55c8 diff --git a/trunk/include/linux/netdevice.h b/trunk/include/linux/netdevice.h index caa3c2593719..949eada46ce1 100644 --- a/trunk/include/linux/netdevice.h +++ b/trunk/include/linux/netdevice.h @@ -196,7 +196,7 @@ struct hh_cache * NOTE: For VLANs, this will be the * encapuslated type. --BLG */ - int hh_len; /* length of header */ + u16 hh_len; /* length of header */ int (*hh_output)(struct sk_buff *skb); rwlock_t hh_lock;