From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 11 Mar 2014 19:20:01 +0100 From: Alexander Aring To: Marcel Holtmann Cc: "Gustavo F. Padovan" , Johan Hedberg , "David S. Miller" , "bluez mailin list (linux-bluetooth@vger.kernel.org)" , netdev@vger.kernel.org Subject: Re: [PATCH bluetooth-next] bluetooth: make bluetooth 6lowpan as an option Message-ID: <20140311182000.GA11022@omega> References: <1393924982-14001-1-git-send-email-alex.aring@gmail.com> <5D79FB52-77AC-4391-9CAB-6F792388EFD8@holtmann.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <5D79FB52-77AC-4391-9CAB-6F792388EFD8@holtmann.org> List-ID: Hi Marcel, On Tue, Mar 11, 2014 at 07:56:52AM -0700, Marcel Holtmann wrote: > Hi Alexander, > > > Currently you can have bluetooth 6lowpan without ipv6 enabled. This > > doesn't make any sense. With this patch you can disable/enable bluetooth > > 6lowpan support at compile time. > > > > The current bluetooth 6lowpan implementation doesn't check the return > > value of 6lowpan function. Nevertheless I added -EOPNOTSUPP as return value > > if 6lowpan bluetooth is disabled. > > > > Signed-off-by: Alexander Aring > > --- > > net/bluetooth/6lowpan.h | 21 +++++++++++++++++++++ > > net/bluetooth/Kconfig | 8 +++++++- > > net/bluetooth/Makefile | 3 ++- > > 3 files changed, 30 insertions(+), 2 deletions(-) > > patch has been applied to bluetooth-next tree. > thanks and I see that next time I need to write: "Bluetooth: ..." instead "bluetooth: ..." Sorry, about that! - Alex