]> git.baikalelectronics.ru Git - kernel.git/commit
[ISDN]: Do not validate ISDN net device address prior to interface-up
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 14 Apr 2008 05:44:20 +0000 (22:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Apr 2008 05:44:20 +0000 (22:44 -0700)
commit43f94d0a65e10e82158e33eb03770210cb783fd8
treebd5eff76e859825d8657a0bd871fb5ce017f845a
parent9ddc5ed7a102b074f573a7a5e130d589e87cbc62
[ISDN]: Do not validate ISDN net device address prior to interface-up

Commit 5592087 (Validate device addr prior to interface-up) caused a regression
in the ISDN network code, see: http://bugzilla.kernel.org/show_bug.cgi?id=9923
The trivial fix is to remove the pointer to eth_validate_addr() in the
net_device struct in isdn_net_init().

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/i4l/isdn_net.c