Hi Szymon, * Szymon Janc <szymon.janc@xxxxxxxxx> [2011-03-01 18:23:33 +0100]: > This field holds not whole command but only command specific > parameters. > > Signed-off-by: Szymon Janc <szymon.janc@xxxxxxxxx> > --- > net/bluetooth/mgmt.c | 14 +++++++------- > 1 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c > index e6efaae..bde42a5 100644 > --- a/net/bluetooth/mgmt.c > +++ b/net/bluetooth/mgmt.c > @@ -36,7 +36,7 @@ struct pending_cmd { > struct list_head list; > __u16 opcode; > int index; > - void *cmd; > + void *cmd_params; I prefer 'param' then. -- 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