diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index c42e43d9d..41f6405ee 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -232,8 +232,7 @@ struct device unsigned short flags; /* interface flags (a la BSD) */ unsigned short gflags; - unsigned short metric; /* routing metric (not used) */ - unsigned short mtu; /* interface MTU value */ + unsigned mtu; /* interface MTU value */ unsigned short type; /* interface hardware type */ unsigned short hard_header_len; /* hardware hdr length */ void *priv; /* pointer to private data */ |