Re: [patch] device_get_status

2006-09-24 Thread Thomas Schwinge
Hello! On Sun, Sep 24, 2006 at 07:50:05PM +0200, StefanSiegl wrote: > Patch should be attached. > > Okay to apply? Yes, but please quickly go over it again and unify the spacing between `if ([condition])', `* [variable]', etc. Regards, Thomas signature.asc Description: Digital signature ___

[patch] device_get_status

2006-09-24 Thread StefanSiegl
Hello folks, the wireless tools for GNU Mach use the `device_get_status' function of ethernet devices to access the ioctl (read) routines of the underlying wireless driver. When writing the glue code I obviously got something wrong, especially reading from STATUS in the device_get_status function