* [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
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 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).