Diff between 8f0bbd80031f8f695bbc731d206902e95b87edb0 and ff47b46098b0ac944c94bbaeb65dafb435e4e383

Changed Files

File Additions Deletions Status
tools/parser/hci.c +1 -0 modified

Full Patch

diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index bc21ec2..ca4640f 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;
 		}