Hi Andrei, On Tue, Aug 12, 2014, Andrei Emeltchenko wrote: > Fixes issues with junk packets. > --- > monitor/analyze.c | 3 +++ > 1 file changed, 3 insertions(+) I've applied the four other patches, but there's a small fix needed for this one: > + default: > + fprintf(stderr, "Wrong opcode %u", opcode); > + goto done; Seems like you've forgotten a \n at the end of the string. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html