Return-Path: Subject: Re: [PATCHv2 2/9] Bluetooth: Change scope of the enable_hs module parameter From: Marcel Holtmann To: Mat Martineau Cc: linux-bluetooth@vger.kernel.org, padovan@profusion.mobi, pkrystad@codeaurora.org, andrei.emeltchenko@intel.com Date: Wed, 19 Oct 2011 12:18:16 -0700 In-Reply-To: <1319046247-3391-3-git-send-email-mathewm@codeaurora.org> References: <1319046247-3391-1-git-send-email-mathewm@codeaurora.org> <1319046247-3391-3-git-send-email-mathewm@codeaurora.org> Content-Type: text/plain; charset="UTF-8" Message-ID: <1319051898.15441.179.camel@aeonflux> Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Mat, > This variable is currently only accessible within l2cap_core.c, but > it is also needed in l2cap_sock.c > > Signed-off-by: Mat Martineau > --- > include/net/bluetooth/l2cap.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h > index fddc82a..fd090db 100644 > --- a/include/net/bluetooth/l2cap.h > +++ b/include/net/bluetooth/l2cap.h > @@ -730,6 +730,7 @@ static inline __u8 __ctrl_size(struct l2cap_chan *chan) > } > > extern int disable_ertm; > +extern int enable_hs; > > int l2cap_init_sockets(void); > void l2cap_cleanup_sockets(void); Acked-by: Marcel Holtmann Regards Marcel