Return-Path: From: Andrei Emeltchenko To: linux-bluetooth@vger.kernel.org Subject: [PATCHv1 00/12] Handling physical and logical link fixes Date: Wed, 31 Oct 2012 15:46:25 +0200 Message-Id: <1351691197-8394-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> In-Reply-To: <1350493622.26318.114.camel@aeonflux> References: <1350493622.26318.114.camel@aeonflux> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Andrei Emeltchenko Set of patches adding fixes for physical and logical link event handlings. Changes: * PATCHv1: Added Marcel's acks, rewritten patch "12/12 Bluetooth: Process Create Chan Request" following review comments. * rfcv2: Added several new patches, fixing style issues. * rfcv1: Rebased on top of Mat's patches, preserve Marcel's ack for not-changed-much patches only. * rfcv0: original Andrei Emeltchenko (12): Bluetooth: trivial: Fix braces style and remove empty line Bluetooth: Save hs_hchan instead of hs_hcon in loglink complete Bluetooth: Return correct L2CAP response type Bluetooth: Derive remote and local amp id from chan struct Bluetooth: AMP: Add Logical Link Create function Bluetooth: AMP: Process Disc Logical Link Bluetooth: AMP: Process Disc Physical Link Complete evt Bluetooth: AMP: Remove hci_conn receiving error command status Bluetooth: Disconnect logical link when deleteing chan Bluetooth: AMP: Check for hs_hcon instead of ctrl_id Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evt Bluetooth: Process Create Chan Request include/net/bluetooth/amp.h | 4 ++ include/net/bluetooth/l2cap.h | 1 + net/bluetooth/amp.c | 94 +++++++++++++++++++++++++++++++++ net/bluetooth/hci_event.c | 95 ++++++++++++++++++++++++++++------ net/bluetooth/l2cap_core.c | 114 +++++++++++++++++++++++++++++------------ 5 files changed, 259 insertions(+), 49 deletions(-) -- 1.7.9.5