[PATCH] fixes for races in kaweth probe
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.
Showing
Please register or sign in to comment