commit | 0f1bfe4e5eb8db9841b57ade1384b9a8ffcd38c3 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Jan 27 15:11:35 2014 -0800 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 13 09:51:38 2014 +0200 |
tree | 4cd9320657333f77e9e348f41c7ec8aaa646d713 | |
parent | dfd9774c5ad4abe9d51e52056e441eaf983b9080 [diff] |
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs The L2CAP specification requires us to disconnect an L2CAP channel if the remote side gives us credits beyond 65535. This patch makes sure we disconnect the channel in such a situation. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>