> create the network interface. The IOCTL will return the index of the
> interface created.
> 
> The two IOCTL commands are:
> 
>         ioctl( fd, GSMIOC_ENABLE_NET );
> 
>         ioctl( fd, GSMIOC_DISABLE_NET );

This looks basically sound - I'm not sure the kref stuff is 100% race
free but that can be tidied after. Also needed then is to sort out a
proper struct for the enable/disable net ioctls so you can indicate the
type of connection (currently choice of 1 supported)

The patch however contains lots of blank line changes and doesn't apply
to the mid-ref tree or upstream.

Alan
_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to