linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] hcidump: Correct len name
@ 2012-05-07 13:49 Andrei Emeltchenko
  2012-05-07 13:49 ` [PATCH 2/2] hcidump: Process A2MP Assoc Rsp Andrei Emeltchenko
  2012-05-07 18:34 ` [PATCH 1/2] hcidump: Correct len name Johan Hedberg
  0 siblings, 2 replies; 4+ messages in thread
From: Andrei Emeltchenko @ 2012-05-07 13:49 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

---
 parser/hci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parser/hci.c b/parser/hci.c
index e459e9e..984b554 100644
--- a/parser/hci.c
+++ b/parser/hci.c
@@ -2602,7 +2602,7 @@ static inline void read_local_amp_assoc_dump(int level, struct frame *frm)
 	int i;
 
 	p_indent(level, frm);
-	printf("status 0x%2.2x handle 0x%2.2x length %d\n",
+	printf("status 0x%2.2x handle 0x%2.2x remaining len %d\n",
 			rp->status, rp->handle, len);
 	if (rp->status > 0) {
 		p_indent(level, frm);
-- 
1.7.9.5


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

end of thread, other threads:[~2012-05-07 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 13:49 [PATCH 1/2] hcidump: Correct len name Andrei Emeltchenko
2012-05-07 13:49 ` [PATCH 2/2] hcidump: Process A2MP Assoc Rsp Andrei Emeltchenko
2012-05-07 18:35   ` Johan Hedberg
2012-05-07 18:34 ` [PATCH 1/2] hcidump: Correct len name 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).