aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index caa3c2593719..949eada46ce1 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -196,7 +196,7 @@ struct hh_cache
196 * NOTE: For VLANs, this will be the 196 * NOTE: For VLANs, this will be the
197 * encapuslated type. --BLG 197 * encapuslated type. --BLG
198 */ 198 */
199 int hh_len; /* length of header */ 199 u16 hh_len; /* length of header */
200 int (*hh_output)(struct sk_buff *skb); 200 int (*hh_output)(struct sk_buff *skb);
201 rwlock_t hh_lock; 201 rwlock_t hh_lock;
202 202