From: Jukka Kinnunen <jukka.kinnunen@iki.fi>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] tools/btsnoop: Fix opcode for SCO TX packet
Date: Thu, 22 Jan 2015 02:41:30 +0200 [thread overview]
Message-ID: <20150122004130.GA4545@mail.example1.com> (raw)
---
tools/btsnoop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/btsnoop.c b/tools/btsnoop.c
index 71191eb..3eb8082 100644
--- a/tools/btsnoop.c
+++ b/tools/btsnoop.c
@@ -230,7 +230,7 @@ next_packet:
if (flags & 0x01)
opcode = BTSNOOP_OPCODE_SCO_RX_PKT;
else
- opcode = BTSNOOP_OPCODE_ACL_TX_PKT;
+ opcode = BTSNOOP_OPCODE_SCO_TX_PKT;
break;
case 0x04:
opcode = BTSNOOP_OPCODE_EVENT_PKT;
--
1.9.1
next reply other threads:[~2015-01-22 0:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-22 0:41 Jukka Kinnunen [this message]
2015-01-22 9:32 ` [PATCH] tools/btsnoop: Fix opcode for SCO TX packet Luiz Augusto von Dentz
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=20150122004130.GA4545@mail.example1.com \
--to=jukka.kinnunen@iki.fi \
--cc=linux-bluetooth@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox