> I am porting a pcmcia rf driver (which worked on kernel 2.2.12)
> to kernel 2.4.0 on my MIPS machine.
>
> 1. I found there are some diffenence in netdevice.h.
> The structure device changed to net_device.
>
> 2. And the tbusy, start, interrupt were gone with
> the use of the netif_start_queue, netif_stop_queue,
> netif_wake_queue and related functions.
>
> How do I use these functions to modify the 2.2.12 rf driver to 2.4.0 ??
Checkout the netdev archives at
http://oss.sgi.com/projects/netdev/archives/.
Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/