I have an AM1808 running on a Logicpd eval board. I'm trying to add support for rt2x00 Wlan with a usb adapter.
I found what i though would be a good reference to help me (http://processors.wiki.ti.com/index.php/Davinci_USB_WLan) but it turns out to be part of a MontaVista tool set and not useful to me because of that.
I realized that since it's part of the Linux kernel I should be able to enable it and rebuild the kernel. Unfortunately the Davinci default configuration doesn't provide that capability. I don't have much experience re-jigging defconfig files to add support for new functionality.
So what's my best approach to achieve my goal? Learn how to compile and install kernel modules with the source code from linux->drivers->net->wireless->rt2x00. Not that I'm afraid to learn. Just on a bit of a time crunch.
thanx
/carl