Hi, On Fri, Feb 24, 2012 at 10:44:25AM +0200, Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > Make l2test able to set channel policy socket option. > --- > test/l2test.c | 32 ++++++++++++++++++++++++++++++-- > 1 files changed, 30 insertions(+), 2 deletions(-) > > diff --git a/test/l2test.c b/test/l2test.c > index 3705fdc..9f615a2 100644 > --- a/test/l2test.c > +++ b/test/l2test.c > @@ -116,6 +116,7 @@ static int timestamp = 0; > static int defer_setup = 0; > static int priority = -1; > static int rcvbuf = 0; > +static int chan_policy; Sorry shall be: -static int chan_policy; +static int chan_policy = -1; Best regards Andrei Emeltchenko -- 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