projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14968b
)
Bluetooth: Change scope of the enable_hs module parameter
author
Mat Martineau
<mathewm@codeaurora.org>
Wed, 2 Nov 2011 23:18:29 +0000
(16:18 -0700)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Mon, 7 Nov 2011 19:24:59 +0000
(17:24 -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
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/l2cap.h
b/include/net/bluetooth/l2cap.h
index 6ae9492ec564be0346e499b5ea5fb3898c8e3c32..1a62573dbd67abff1c58f491a9bbf625831d0c5a 100644
(file)
--- 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);