]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Add support for getting the permanent hardware address.
authorJon Wetzel <jon_wetzel@dell.com>
Sun, 21 Aug 2005 00:15:54 +0000 (17:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:02:44 +0000 (16:02 -0700)
commit220eae7135541f8f69450cbd8cbafa0c237f9477
tree5cbc50f95419f4d8d5b13186ccc42b293e0e684a
parentf9b9e36336e9548281a8bb45d1838d0425779546
[NET]: Add support for getting the permanent hardware address.

This patch adds a new field to net device to hold the permanent
hardware address, and adds a new generic ethtool_op function to
get that address.

Signed-off-by: Jon Wetzel <jon_wetzel@dell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h
include/linux/netdevice.h
net/core/ethtool.c