linux/drivers/net/ethernet/seeq
Joachim Eastwood c867b55eb4 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open
If ndo_validate_addr is set to the generic eth_validate_addr
function there is no point in calling is_valid_ether_addr
from driver ndo_open if ndo_open is not used elsewhere in
the driver.

With this change is_valid_ether_addr will be called from the
generic eth_validate_addr function. So there should be no change
in the actual behavior.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-11-19 19:01:18 -05:00
..
ether3.c net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open 2012-11-19 19:01:18 -05:00
ether3.h
Kconfig seeq: fix compile breakage on s390 2011-09-23 13:45:47 -04:00
Makefile
seeq8005.c seeq: use PTR_RET at init_module of driver 2012-07-29 23:18:30 -07:00
seeq8005.h
sgiseeq.c |PATCH] seeq: Add missing spinlock init 2012-09-07 12:56:00 -04:00
sgiseeq.h