Andrew Morton wrote: > > Actually, the debug level should probably be hoisted out of > the driver altogether - move it to the netdevice layer, give > it a standardised ioctl number and manage it with ifconfig. Stoopid idea. We need the debug during device probe, when the netdevice doesn't exist. hmm...