From: Marcel Holtmann <marcel@holtmann.org>
To: Andrei Emeltchenko <andrei.emeltchenko.news@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] SSP double paring fix: init auth_type with HCI_AT_GENERAL_BONDING
Date: Wed, 02 Sep 2009 02:50:04 -0700 [thread overview]
Message-ID: <1251885004.1266.57.camel@localhost.localdomain> (raw)
In-Reply-To: <508e92ca0907020657o561effbeg1911f8f84af27f37@mail.gmail.com>
Hi Andrei,
> I have a simple patch which fixes issues with SSP mentioned below.
>
> ---
> net/bluetooth/hci_conn.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
> index fa47d5d..d863bda 100644
> --- a/net/bluetooth/hci_conn.c
> +++ b/net/bluetooth/hci_conn.c
> @@ -211,6 +211,7 @@ struct hci_conn *hci_conn_add(struct hci_dev
> *hdev, int type, bdaddr_t *dst)
> conn->type = type;
> conn->mode = HCI_CM_ACTIVE;
> conn->state = BT_OPEN;
> + conn->auth_type = HCI_AT_GENERAL_BONDING;
>
> conn->power_save = 1;
> conn->disc_timeout = HCI_DISCONN_TIMEOUT;
I need a proper patch create with git format-patch that contains a
detailed commit message.
Regards
Marcel
next prev parent reply other threads:[~2009-09-02 9:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-02 13:57 [PATCH] SSP double paring fix: init auth_type with HCI_AT_GENERAL_BONDING Andrei Emeltchenko
2009-08-14 13:44 ` Andrei Emeltchenko
2009-09-02 9:50 ` Marcel Holtmann [this message]
2009-09-03 9:55 ` Andrei Emeltchenko
2009-09-09 7:43 ` Andrei Emeltchenko
2009-11-03 8:05 ` Andrei Emeltchenko
2009-11-03 8:41 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1251885004.1266.57.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=andrei.emeltchenko.news@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox