Hi, Timo Juhani Lindfors <[email protected]> writes: >> That's not good. >> Is there another way to get the wlan status with help of a console >> command like dbus or anything else? > > I am not sure. There's an ioctl but it seems to give different results > than the power_on sysfs node.
It was recently clarified on kernel ml that the power_on wlan node actually applies reset to the chip. Therefore nobody should really use it. Either the magic ioctl or binding/unbinding the driver works. echo s3c2440-sdi > /sys/bus/platform/devices/s3c2440-sdi/driver/unbind and echo s3c2440-sdi > /sys/bus/platform/drivers/s3c2440-sdi/bind can be used for the time being. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

