From: Johan Hedberg <johan.hedberg@gmail.com>
To: Gustavo Padovan <gustavo@padovan.org>,
Jefferson Delfes <jefferson.delfes@openbossa.org>,
linux-bluetooth@vger.kernel.org, marcel@holtmann.org
Subject: Re: [PATCH] Bluetooth: Fix flags of mgmt_device_found event
Date: Sat, 2 Jun 2012 09:15:10 +0800 [thread overview]
Message-ID: <20120602011510.GD22641@x220.docomointertouch.net> (raw)
In-Reply-To: <20120601231335.GI24769@joana>
Hi Gustavo,
On Fri, Jun 01, 2012, Gustavo Padovan wrote:
> * Jefferson Delfes <jefferson.delfes@openbossa.org> [2012-06-01 15:05:25 -0400]:
>
> > Change flags field to matches userspace structure.
> > This field needs to be converted to little endian before forward it.
> >
> > Signed-off-by: Jefferson Delfes <jefferson.delfes@openbossa.org>
> > ---
> > include/net/bluetooth/mgmt.h | 2 +-
> > net/bluetooth/mgmt.c | 5 +++--
> > 2 files changed, 4 insertions(+), 3 deletions(-)
> >
> > diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
> > index ebfd91f..3a8a714 100644
> > --- a/include/net/bluetooth/mgmt.h
> > +++ b/include/net/bluetooth/mgmt.h
> > @@ -435,7 +435,7 @@ struct mgmt_ev_auth_failed {
> > struct mgmt_ev_device_found {
> > struct mgmt_addr_info addr;
> > __s8 rssi;
> > - __u8 flags[4];
> > + __le32 flags;
>
> Seems we are breaking API here, MGMT API is stable now and should have such
> kind of change. However I wanna see what Marcel and Johan has to say about
> this.
I don't see how this is breaking anything. The exact same bytes in the
same order would be transmitted through the mgmt socket. Or am I missing
something?
Johan
next prev parent reply other threads:[~2012-06-02 1:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-01 19:05 [PATCH] Bluetooth: Fix flags of mgmt_device_found event Jefferson Delfes
2012-06-01 23:13 ` Gustavo Padovan
2012-06-02 1:15 ` Johan Hedberg [this message]
2012-06-04 13:31 ` Jefferson Delfes
2012-06-08 4:22 ` Gustavo Padovan
2012-06-11 13:18 ` Jefferson Delfes
2012-06-13 2:24 ` Gustavo Padovan
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=20120602011510.GD22641@x220.docomointertouch.net \
--to=johan.hedberg@gmail.com \
--cc=gustavo@padovan.org \
--cc=jefferson.delfes@openbossa.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.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.