From ff47b46098b0ac944c94bbaeb65dafb435e4e383 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 Nov 2005 13:06:02 +0000 Subject: [PATCH] hcidump: Decode sniff subrate command complete event --- tools/parser/hci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index bc21ec211..ca4640fc4 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -1721,6 +1721,7 @@ static inline void cmd_complete_dump(int level, struct frame *frm) case OGF_LINK_POLICY: switch (ocf) { case OCF_WRITE_LINK_POLICY: + case OCF_SNIFF_SUBRATE: generic_response_dump(level, frm); return; } -- 2.47.3