• Oliver Neukum's avatar
    [PATCH] fixes for races in kaweth probe · 90cc0e1a
    Oliver Neukum authored
    using init_etherdev(0, 0) in probe is a race. The struct net_device must be
    allocate and filled before init_etherdev is called, or there's a race which
    creates a network interface that isn't usable.
    The patch for kaweth for 2.5 fixes it.
    90cc0e1a
kaweth.c 34.1 KB