aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 505a3c6cb12d..ff42aba403c5 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -104,7 +104,7 @@ struct wireless_dev;
104# else 104# else
105# define LL_MAX_HEADER 96 105# define LL_MAX_HEADER 96
106# endif 106# endif
107#elif defined(CONFIG_TR) 107#elif defined(CONFIG_TR) || defined(CONFIG_TR_MODULE)
108# define LL_MAX_HEADER 48 108# define LL_MAX_HEADER 48
109#else 109#else
110# define LL_MAX_HEADER 32 110# define LL_MAX_HEADER 32
@@ -506,7 +506,7 @@ struct netdev_queue {
506 * 506 *
507 * int (*ndo_set_mac_address)(struct net_device *dev, void *addr); 507 * int (*ndo_set_mac_address)(struct net_device *dev, void *addr);
508 * This function is called when the Media Access Control address 508 * This function is called when the Media Access Control address
509 * needs to be changed. If not this interface is not defined, the 509 * needs to be changed. If this interface is not defined, the
510 * mac address can not be changed. 510 * mac address can not be changed.
511 * 511 *
512 * int (*ndo_validate_addr)(struct net_device *dev); 512 * int (*ndo_validate_addr)(struct net_device *dev);