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 <mathewm@xxxxxxxxxxxxxx> > --- > 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 <marcel@xxxxxxxxxxxx> Regards Marcel -- 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