]> err.no Git - linux-2.6/blobdiff - drivers/isdn/i4l/isdn_net.c
Merge branch 'core/rcu' into core/rcu-for-linus
[linux-2.6] / drivers / isdn / i4l / isdn_net.c
index ced83c202cacefe6b0b79b990dcbaa47b2448a79..ef1a300068dcd88fd4ef6058c2ca82bb194587c8 100644 (file)
@@ -2010,6 +2010,7 @@ isdn_net_init(struct net_device *ndev)
        ndev->flags = IFF_NOARP|IFF_POINTOPOINT;
        ndev->type = ARPHRD_ETHER;
        ndev->addr_len = ETH_ALEN;
+       ndev->validate_addr = NULL;
 
        /* for clients with MPPP maybe higher values better */
        ndev->tx_queue_len = 30;