All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ RESEND] monitor: Fix 2-DH5 packet type print
@ 2018-07-26 11:33 Jaganath Kanakkassery
  2018-07-30 12:04 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Jaganath Kanakkassery @ 2018-07-26 11:33 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, johan.hedberg, Jaganath Kanakkassery

3-DH5 is printed instaed of 2-DH5
---
 monitor/packet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor/packet.c b/monitor/packet.c
index d99470c..aca0761 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -759,7 +759,7 @@ static const struct bitfield_data pkt_type_table[] = {
 	{  9, "3-DH3 may not be used"	},
 	{ 10, "DM3 may be used"		},
 	{ 11, "DH3 may be used"		},
-	{ 12, "3-DH5 may not be used"	},
+	{ 12, "2-DH5 may not be used"	},
 	{ 13, "3-DH5 may not be used"	},
 	{ 14, "DM5 may be used"		},
 	{ 15, "DH5 may be used"		},
-- 
2.7.4


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

* Re: [PATCH BlueZ RESEND] monitor: Fix 2-DH5 packet type print
  2018-07-26 11:33 [PATCH BlueZ RESEND] monitor: Fix 2-DH5 packet type print Jaganath Kanakkassery
@ 2018-07-30 12:04 ` Johan Hedberg
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2018-07-30 12:04 UTC (permalink / raw)
  To: Jaganath Kanakkassery; +Cc: linux-bluetooth, marcel, Jaganath Kanakkassery

Hi Jaganath,

On Thu, Jul 26, 2018, Jaganath Kanakkassery wrote:
> 3-DH5 is printed instaed of 2-DH5
> ---
>  monitor/packet.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied. Thanks.

Johan

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

end of thread, other threads:[~2018-07-30 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 11:33 [PATCH BlueZ RESEND] monitor: Fix 2-DH5 packet type print Jaganath Kanakkassery
2018-07-30 12:04 ` Johan Hedberg

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.