On Wed, Nov 11, 2009 at 11:07 PM, Ramesh R <rshlinux@xxxxxxxxx> wrote: > struct hif_usb_tx_pipe { > u8 usb_pipe; > - struct UsbTxQ UsbTxBufQ[ZM_MAX_TX_BUF_NUM]; > + struct sk_buff *UsbTxBufQ[ZM_MAX_TX_BUF_NUM]; > u16 TxBufHead; > u16 TxBufTail; > u16 TxBufCnt; > u16 TxUrbHead; > u16 TxUrbTail; > u16 TxUrbCnt; > - UsbTxUrbContext TxUrbCtx[ZM_MAX_TX_URB_NUM]; > + struct UsbTxUrbContext TxUrbCtx[ZM_MAX_TX_URB_NUM]; > usb_complete_t complete; > }; I believe because of this and its use this bust. Reverted this and the other patch. Luis _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel