On Mon, Dec 19, 2005 at 01:57:56PM +0800, [EMAIL PROTECTED] wrote:
> Hello Greg:
> Thanks for your response.
> I observed if I set the interrupt interval to 8(just try) I found the
> problem was disappeared. Surprise remove is ok.
> Unfortunately, the system crashed during transiting packets with
= pHwData->wbusb.intr_urb;
usb_free_urb( pTxUrb );
usb_free_urb( pIntrUrb );//<--- interrupt endpoint
#ifdef _PE_TX_DUMP_
WBDEBUG(("Wb35TX_destory\n"));
#endif
}
-Original Message-
From: Greg KH [mailto:[EMAIL PROTECTED]
Sent: Thur
On Wed, Dec 14, 2005 at 01:11:55PM +0800, [EMAIL PROTECTED] wrote:
> 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
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