diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2014-02-14 07:40:51 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-02-14 13:39:12 -0800 |
commit | 9b7655eafeeec9e74e97e9056e820ede8d18093e (patch) | |
tree | 72715dd3b99bf925a29204c5d9ae998390d4d32d /include/net/bluetooth/l2cap.h | |
parent | 4292f1f3370193fd3f2e4f849211fd9596ce832f (diff) | |
download | talos-obmc-linux-9b7655eafeeec9e74e97e9056e820ede8d18093e.tar.gz talos-obmc-linux-9b7655eafeeec9e74e97e9056e820ede8d18093e.zip |
Bluetooth: Enable LE L2CAP CoC support by default
Now that the LE L2CAP Connection Oriented Channel support has undergone a
decent amount of testing we can make it officially supported. This patch
removes the enable_lecoc module parameter which was previously needed to
enable support for LE L2CAP CoC.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index ae482f41594a..13bec91785f4 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -857,7 +857,6 @@ static inline long l2cap_chan_no_get_sndtimeo(struct l2cap_chan *chan) } extern bool disable_ertm; -extern bool enable_lecoc; int l2cap_init_sockets(void); void l2cap_cleanup_sockets(void); |