[PATCH] Use hal device type instead of poking with ioctl

2006-04-27 Thread Jeremy Katz
NM should just use what hal has already determined as the type of device instead of going and poking via ioctl again. Especially as poking via ioctls isn't necessarily going to work if, eg, the kill switch is in use. Patch attached -- look okay to commit? Jeremy Index: src/nm-device.c

Re: [PATCH] Use hal device type instead of poking with ioctl

2006-04-27 Thread Jeremy Katz
On Thu, 2006-04-27 at 11:36 -0400, Dan Williams wrote: On Thu, 2006-04-27 at 11:08 -0400, Jeremy Katz wrote: NM should just use what hal has already determined as the type of device instead of going and poking via ioctl again. Especially as poking via ioctls isn't necessarily going to work