From: Marcel Holtmann <marcel@holtmann.org>
To: Nick Pelly <npelly@google.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Print pkt_type when decoding Setup Synchronous Connection command.
Date: Wed, 24 Mar 2010 14:03:47 -0700 [thread overview]
Message-ID: <1269464627.11714.141.camel@localhost.localdomain> (raw)
In-Reply-To: <1265764049-2709-1-git-send-email-npelly@google.com>
Hi Nick,
> diff --git a/parser/hci.c b/parser/hci.c
> index c0ca27e..958cd38 100644
> --- a/parser/hci.c
> +++ b/parser/hci.c
> @@ -917,8 +917,9 @@ static inline void setup_sync_conn_dump(int level, struct frame *frm)
> setup_sync_conn_cp *cp = frm->ptr;
>
> p_indent(level, frm);
> - printf("handle %d voice setting 0x%4.4x\n", btohs(cp->handle),
> - btohs(cp->voice_setting));
> + printf("handle %d voice setting 0x%4.4x pkt_type 0x%4.4x\n",
> + btohs(cp->handle), btohs(cp->voice_setting),
> + btohs(cp->pkt_type));
> }
I renamed it to ptype instead of pkt_type to be consistent, but
otherwise, patch has been applied. Thanks.
Regards
Marcel
prev parent reply other threads:[~2010-03-24 21:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 1:07 [PATCH] Print pkt_type when decoding Setup Synchronous Connection command Nick Pelly
2010-03-24 21:03 ` Marcel Holtmann [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=1269464627.11714.141.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=npelly@google.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).