login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
6
Re: [PATCH V2] btsdio: fix tx error path
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Marcel Holtmann
Subject:
Re: [PATCH V2] btsdio: fix tx error path
Date: Monday, October 6, 2008 - 5:01 am
Hi Tomas,
quoted text
> This patch fixes accumulating of the header > in case packet was requeued in the error path. > > Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> > Cc: Marcel Holtmann <marcel@holtmann.org> > --- > drivers/bluetooth/btsdio.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/bluetooth/btsdio.c b/drivers/bluetooth/btsdio.c > index 58630cc..c422e89 100644 > --- a/drivers/bluetooth/btsdio.c > +++ b/drivers/bluetooth/btsdio.c > @@ -91,6 +91,7 @@ static int btsdio_tx_packet(struct btsdio_data *data, struct sk_buff *skb) > > err = sdio_writesb(data->func, REG_TDAT, skb->data, skb->len); > if (err < 0) { > + skb_pull(skb, 4); > sdio_writeb(data->func, 0x01, REG_PC_WRT, NULL); > return err; > }
thanks, but I already fixed that one manually in my tree :) Regards Marcel --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH V2] btsdio: fix tx error path
, Tomas Winkler
, (Mon Oct 6, 4:40 am)
Re: [PATCH V2] btsdio: fix tx error path
, Marcel Holtmann
, (Mon Oct 6, 5:01 am)
RE: [PATCH V2] btsdio: fix tx error path
, Winkler, Tomas
, (Mon Oct 6, 5:05 am)
Re: [PATCH V2] btsdio: fix tx error path
, Tomas Winkler
, (Mon Feb 2, 7:15 am)
Re: [PATCH V2] btsdio: fix tx error path
, Marcel Holtmann
, (Mon Feb 2, 8:29 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List