]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: Change scope of the enable_hs module parameter
authorMat Martineau <mathewm@codeaurora.org>
Wed, 2 Nov 2011 23:18:29 +0000 (16:18 -0700)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 3 Nov 2011 14:27:08 +0000 (12:27 -0200)
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@codeaurora.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Acked-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h

index 38458d6cb393c8e1db183e24dabf09c14c9b5273..2baf36f9452259181576c0cb195b577b4d70f08e 100644 (file)
@@ -737,6 +737,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);