* Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxxxxxx> [2010-11-23 12:06:26 -0300]: > From: Ville Tervo <ville.tervo@xxxxxxxxx> > > Add support for LE server sockets. > > Signed-off-by: Ville Tervo <ville.tervo@xxxxxxxxx> > --- > net/bluetooth/l2cap.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c > index 172bf93..e481d6b 100644 > --- a/net/bluetooth/l2cap.c > +++ b/net/bluetooth/l2cap.c > @@ -1438,8 +1438,7 @@ static void l2cap_le_conn_ready(struct l2cap_conn *conn) > BT_DBG(""); > > /* Check if we have socket listening on cid */ > - parent = l2cap_get_sock_by_cid(BT_LISTEN, L2CAP_CID_LE_DATA, > - conn->src); > + parent = l2cap_get_sock_by_cid(BT_LISTEN, L2CAP_CID_LE_DATA, conn->src); I didn't get this change, commit message tell about other stuff. -- Gustavo F. Padovan http://profusion.mobi -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html