On Mon, Oct 25, 2010 at 03:03:56PM +0200, ext Gustavo F. Padovan wrote: > Hi Vinicius, > > * Anderson Briglia <anderson.briglia@xxxxxxxxxxxxx> [2010-10-22 19:56:57 -0400]: > > > From: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxxxxxx> > > > > These simple commands will allow the SMP procedure to be started > > and terminated with a not supported error. This is the first step > > toward something useful. > > > > Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxxxxxx> > > --- > > net/bluetooth/l2cap.c | 117 +++++++++++++++++++++++++++++++++++++++++++++++++ > > 1 files changed, 117 insertions(+), 0 deletions(-) > > > > diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c > > index 1ac44f4..ba87c84 100644 > > --- a/net/bluetooth/l2cap.c > > +++ b/net/bluetooth/l2cap.c > > @@ -54,6 +54,7 @@ > > #include <net/bluetooth/bluetooth.h> > > #include <net/bluetooth/hci_core.h> > > #include <net/bluetooth/l2cap.h> > > +#include <net/bluetooth/smp.h> > > > > #define VERSION "2.15" > > > > @@ -307,6 +308,85 @@ static void l2cap_chan_del(struct sock *sk, int err) > > } > > } > > > > +static struct sk_buff *smp_build_cmd(struct l2cap_conn *conn, u8 code, > > + u16 dlen, void *data) > > Call this l2cap_smp_build_cmd() Should the whole smp stuff be in separate file (smp.c)? It's not a l2cap feature but a protocol using l2cap. In that case smp_build_cmd would be good name. -- Ville -- 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