diff options
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 430c51aed6a4..891432a994c0 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -1312,13 +1312,7 @@ struct net_device { | |||
| 1312 | /* | 1312 | /* |
| 1313 | * Cache lines mostly used on receive path (including eth_type_trans()) | 1313 | * Cache lines mostly used on receive path (including eth_type_trans()) |
| 1314 | */ | 1314 | */ |
| 1315 | unsigned long last_rx; /* Time of last Rx | 1315 | unsigned long last_rx; /* Time of last Rx */ |
| 1316 | * This should not be set in | ||
| 1317 | * drivers, unless really needed, | ||
| 1318 | * because network stack (bonding) | ||
| 1319 | * use it if/when necessary, to | ||
| 1320 | * avoid dirtying this cache line. | ||
| 1321 | */ | ||
| 1322 | 1316 | ||
| 1323 | /* Interface address info used in eth_type_trans() */ | 1317 | /* Interface address info used in eth_type_trans() */ |
| 1324 | unsigned char *dev_addr; /* hw address, (before bcast | 1318 | unsigned char *dev_addr; /* hw address, (before bcast |
