I am trying to port the Userlink driver (used for IPsec) to 2.4.0-test10.  I 
have 2 questions:
Firstly has anyone already done this?

Secondly, how do I re-write the following code to work with 2.4.0?

static int
net_ul_start(struct net_device *dev)
{
    dev->start = 1;
    dev->tbusy = 0;
    return(0);
} 

Thanks.

-- 
http://www.coker.com.au/bonnie++/     Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/       Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/     My home page
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to