commit | 240c102d9c54fee7fdc87a4ef2fabc7eb539e00a | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Thu Jul 09 17:54:35 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 12 14:20:02 2009 -0700 |
tree | f176b03249adbb1e3e495a8657cbc864ac76a71c | |
parent | f2ba025b2036e52a176cddcf91b15ac2b10c644a [diff] |
netdev: restore MAC address set and validate operations alloc_etherdev() used to install default implementations of these operations, but they must now be explicitly installed in struct net_device_ops. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>