Re: [linux-usb-devel] about rndis and g_ether

2005-08-02 Thread jinzhcheng
inux-usb-devel&m=112261051719992&w=2 > > However, the appropriate way to test that code uses a Windows host, > not a Linux host. > > - Dave > > > > From [EMAIL PROTECTED] Sun Jul 31 23:50:42 2005 > > From: jinzhcheng <[EMAIL PROTECTED]> > &

[linux-usb-devel] about rndis and g_ether

2005-07-31 Thread jinzhcheng
Hello, I want to use usbnet for testing my linux device's g_ether driver which supporting RNDIS. but when i view linux-2.6.12/drivers/usb/net/usbnet.c, and i find CONFIG_USB_RNDIS. I make meuconfig under kernel tree, and don't find this macro. so, how to support rndis in the usbnet driver? can you