[PATCH] tools/btsnoop: Fix opcode for SCO TX packet

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux