All of lore.kernel.org
 help / color / mirror / Atom feed
From: Malcolm Priestley <tvboxspy@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-wireless@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH] staging: vt6655: Fix TX retransmission race condition
Date: Sat, 18 Apr 2015 08:18:01 +0100	[thread overview]
Message-ID: <55320529.6000106@gmail.com> (raw)
In-Reply-To: <1428796042-3390-1-git-send-email-tvboxspy@gmail.com>



On 12/04/15 00:47, Malcolm Priestley wrote:
> With high tx flow the same buffer can transmit  more than
> once and get stuck in loop.
>
> Reset TCR to zero in device_tx_srv.
>
> Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
> Cc: <stable@vger.kernel.org> # v3.19+
> ---
>   drivers/staging/vt6655/device_main.c | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
> index c5f8233..9b5d840 100644
> --- a/drivers/staging/vt6655/device_main.c
> +++ b/drivers/staging/vt6655/device_main.c
> @@ -963,6 +963,9 @@ static int device_tx_srv(struct vnt_private *pDevice, unsigned int uIdx)
>   			vnt_int_report_rate(pDevice, pTD->pTDInfo, byTsr0, byTsr1);
>
>   			device_free_tx_buf(pDevice, pTD);
> +
> +			/* Done with TCR reset to avoid retransmission */
> +			pTD->m_td1TD1.byTCR = 0;
>   			pDevice->iTDUsed[uIdx]--;
>   		}
>   	}

Hi Greg

Please could you drop this patch, it causes a regression in driver.

Thanks

Malcolm

      reply	other threads:[~2015-04-18  7:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-11 23:47 [PATCH] staging: vt6655: Fix TX retransmission race condition Malcolm Priestley
2015-04-18  7:18 ` Malcolm Priestley [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55320529.6000106@gmail.com \
    --to=tvboxspy@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.