All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/btsnoop: Fix opcode for SCO TX packet
@ 2015-01-22  0:41 Jukka Kinnunen
  2015-01-22  9:32 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Jukka Kinnunen @ 2015-01-22  0:41 UTC (permalink / raw)
  To: linux-bluetooth

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/btsnoop: Fix opcode for SCO TX packet
  2015-01-22  0:41 [PATCH] tools/btsnoop: Fix opcode for SCO TX packet Jukka Kinnunen
@ 2015-01-22  9:32 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2015-01-22  9:32 UTC (permalink / raw)
  To: Jukka Kinnunen; +Cc: linux-bluetooth

Hi Jukka,

On Thu, Jan 22, 2015 at 2:41 AM, Jukka Kinnunen <jukka.kinnunen@iki.fi> wrote:
> ---
>  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

Pushed.


-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-22  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22  0:41 [PATCH] tools/btsnoop: Fix opcode for SCO TX packet Jukka Kinnunen
2015-01-22  9:32 ` Luiz Augusto von Dentz

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.