Hello,
Having trouble compiling this kernel module to connect to windows mobile phones:
svn co https://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite
The build breaks with:
/usr/src/usb-rndis-lite/cdc_ether.c: In function 'usbnet_generic_cdc_bind':
/usr/src/usb-rndis-lite/cdc_ether.c:113: error: implicit declaration of function 'is_wireless'
I don't know if/how this conflicts with the current version of cdc_ether.c or not.
any help would be greatly appreciated
*EDIT*
I got the code to compile by changing some of the yonggun kernel .configs, and recompiling the kernel natively... (the cross-compiled build wouldn't work somehow). However, by doing this, I broke some things that let USB read mass storage devices, and I still can't connect to the rndis phone... which is my goal....
*EDIT2*
Okay, it works, I'd upload to the other thread in awhile, but I think anyone interested in this would need all the rebuilt modules as well. Nice, EDGE access everywhere now.