All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [RFC v2] Bluetooth: btusb: Implement driver internal packet reassembly
Date: Tue, 16 Sep 2014 21:34:06 +0300	[thread overview]
Message-ID: <20140916183406.GA31530@t440s.P-661HNU-F1> (raw)
In-Reply-To: <1410847229-44007-1-git-send-email-marcel@holtmann.org>

Hi Marcel,

On Tue, Sep 16, 2014, Marcel Holtmann wrote:
> When receiving USB interrupt, bulk or isochronous packet, they normally
> come in fragments. So far the driver just handed each fragment off to
> the hci_recv_fragment function of the Bluetooth core. That function is
> however is so specific that is does not belong in the core. This patch
> implements the same reassembly logic in the driver.
> 
> In addition this fixes a long standing bug where multiple complete
> packets are received within a single USB packet.
> 
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
>  drivers/bluetooth/btusb.c | 197 ++++++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 189 insertions(+), 8 deletions(-)

Applied to bluetooth-next. Thanks.

Johan

      reply	other threads:[~2014-09-16 18:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-16  6:00 [RFC v2] Bluetooth: btusb: Implement driver internal packet reassembly Marcel Holtmann
2014-09-16 18:34 ` Johan Hedberg [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=20140916183406.GA31530@t440s.P-661HNU-F1 \
    --to=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.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.