-- Tx endpoint
#endif
#ifdef _PE_TX_DUMP_
WBDEBUG(("EP4 Tx stop\n"));
#endif
}
}
VOID Wb35Tx_destroy( IN PVOID p )
{
phw_data_t pHwData=p;
PURBpTxUrb = pHwData->wbusb.tx_urb;
PURBpIntrUrb
Dear all:
I am doing porting task for our company wireless NIC driver from 2.4.x
to 2.6.x.
I got a problem about the surprise remove after loading driver
successfully.
The system was crashed and halted, when plug out the NIC without typing"
rmmod xxx".
However, if plugging out NIC after typing" rm
Dear all:
I am developing a USB Wireless adapter driver. I get a problem of
interrupt endpoint to deal with EHCI USB host.
The problem always occur every time the interrupt endpoint send a URB
with usb_fill_int_urb ( ) and usb_submit_urb ( ), if interrupt interval
is set to 1 (125 us).
The error