From: Johan Hedberg Date: Wed, 18 Feb 2015 12:53:58 +0000 (+0200) Subject: Bluetooth: Convert disconn_cfm to be triggered through hci_cb X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~375^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6d576be9fe02b0c3ffa89ef6eac048e14eec84;p=pandora-kernel.git Bluetooth: Convert disconn_cfm to be triggered through hci_cb This patch moves all the disconn_cfm callbacks to be based on the hci_cb list. This means making l2cap_disconn_cfm private to l2cap_core.c and sco_conn_cb private to sco.c respectively. Since the hci_conn type filtering isn't done any more on the wrapper level the callbacks themselves need to check that they were passed a relevant type of connection. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed