From: Johan Hedberg <johan.hedberg@gmail.com>
To: Andre Guedes <andre.guedes@openbossa.org>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [RFC v2 4/5] Bluetooth: Use address type info from User-space
Date: Thu, 5 Apr 2012 13:23:17 +0300 [thread overview]
Message-ID: <20120405102317.GD32212@x220> (raw)
In-Reply-To: <1333570570-1288-5-git-send-email-andre.guedes@openbossa.org>
Hi Andre,
On Wed, Apr 04, 2012, Andre Guedes wrote:
> err = l2cap_chan_connect(chan, la.l2_psm, __le16_to_cpu(la.l2_cid),
> - &la.l2_bdaddr);
> + &la.l2_bdaddr, la.l2_bdaddr_type);
Same alignment issue here. Since you're modifying the line you might as
well fix the alignment too.
Johan
next prev parent reply other threads:[~2012-04-05 10:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-04 20:16 [RFC v2 0/5] LE Connection Andre Guedes
2012-04-04 20:16 ` [RFC v2 1/5] Bluetooth: Add address type to struct sockaddr_l2 Andre Guedes
2012-04-04 20:16 ` [RFC v2 2/5] Bluetooth: Move address type macros to bluetooth.h Andre Guedes
2012-04-04 20:16 ` [RFC v2 3/5] Bluetooth: Add dst_type parameter to hci_connect Andre Guedes
2012-04-05 10:22 ` Johan Hedberg
2012-04-05 11:17 ` Anderson Lizardo
2012-04-05 11:31 ` Johan Hedberg
2012-04-05 14:04 ` Andre Guedes
2012-04-04 20:16 ` [RFC v2 4/5] Bluetooth: Use address type info from User-space Andre Guedes
2012-04-05 10:23 ` Johan Hedberg [this message]
2012-04-04 20:16 ` [RFC v2 5/5] Bluetooth: Remove advertising cache Andre Guedes
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=20120405102317.GD32212@x220 \
--to=johan.hedberg@gmail.com \
--cc=andre.guedes@openbossa.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.