Ok, there are also some positives of this digging. I found that LED currently controlled by WiFi driver can be reused for other tasks - I missed monitoring access to SD card or WiFi activity - this would be easy with slight kernel changes
I admire your efforts. I do not know almost anything about kernel programming but Im aware how complicated it is.
Is it very hard to make patch for blinking wifi led?
And another question: is it possible to get any sort of remote for netwalker (BT solution is known to me)? Zaurus has such solution (resistors in audio jack).
LED - it depends on your approach - mac80211 provides these LED triggers already, but ks7010_sdio doesn't use it. If you hardcode such change, it should be doable quite simply, but it would be better choice to fix this driver and merge upstream
I'm not sure what do you mean, but you have USB port to do anything you want...
UPDATE: Ok, you can enable LED during compilation in 2.6.28 kernel and use mmc1 trigger (where SDIO WiFi is connected), but you need to disable LED handling in WiFi. I tried to do it quickly during shopping but probably missed something so I got to oops quickly.
UPDATE2: I'm pretty sure that my modifications are quite clear so I suspect that weird sdio detection handling (used way of WiFi on/off). Harder to spot :/