Re: [PATCH 1/1] ath_hif_usb: Replaced references to 'struct UsbTxQ' to 'struct sk_buff *'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux