summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMat Martineau2011-11-03 00:18:29 +0100
committerGustavo F. Padovan2011-11-07 20:24:59 +0100
commitd7c4d11c649ae694b78f145120ed693a004fe496 (patch)
tree7edb9bd3d25c0bf5aba5e29347949655e57cc6ef /include
parentBluetooth: Add BT_CHANNEL_POLICY socket option (diff)
downloadkernel-qcow2-linux-d7c4d11c649ae694b78f145120ed693a004fe496.tar.gz
kernel-qcow2-linux-d7c4d11c649ae694b78f145120ed693a004fe496.tar.xz
kernel-qcow2-linux-d7c4d11c649ae694b78f145120ed693a004fe496.zip
Bluetooth: Change scope of the enable_hs module parameter
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>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/l2cap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 6ae9492ec564..1a62573dbd67 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -734,6 +734,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);