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

Luis R. Rodriguez lrodriguez at atheros.com
Sat Nov 14 06:37:05 UTC 2009


On Wed, Nov 11, 2009 at 11:07 PM, Ramesh R <rshlinux at gmail.com> 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


More information about the devel mailing list