From: Johan Hedberg Date: Wed, 26 Mar 2014 13:49:18 +0000 (+0200) Subject: Bluetooth: Fix returning peer address in pending connect state X-Git-Tag: v3.15-rc1~113^2~18^2^2~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b1ab9e6d30394e0df3e4f60bf56c4dc9bf0863;p=pandora-kernel.git Bluetooth: Fix returning peer address in pending connect state We should let user space request the peer address also in the pending connect states, i.e. BT_CONNECT and BT_CONNECT2. There is existing user space code that tries to do this and will fail without extending the set of allowed states for the peer address information. This patch adds the two states to the allowed ones in the L2CAP and RFCOMM sock_getname functions, thereby preventing ENOTCONN from being returned. Reported-by: Andrzej Kaczmarek Signed-off-by: Johan Hedberg Tested-by: Andrzej Kaczmarek Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed