From: Marcel Holtmann Date: Tue, 9 Sep 2008 05:19:19 +0000 (+0200) Subject: [Bluetooth] Fix reference counting during ACL config stage X-Git-Tag: v2.6.27-rc6~1^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c08ca559387ab30992055596d54061dfa022b1;p=pandora-kernel.git [Bluetooth] Fix reference counting during ACL config stage The ACL config stage keeps holding a reference count on incoming connections when requesting the extended features. This results in keeping an ACL link up without any users. The problem here is that the Bluetooth specification doesn't define an ownership of the ACL link and thus it can happen that the implementation on the initiator side doesn't care about disconnecting unused links. In this case the acceptor needs to take care of this. Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed