On Mon, Jan 02, 2012, Marcel Holtmann wrote: > > Stop Discovery Command Status Event should use mgmt status code. > > > > Signed-off-by: Andre Guedes <andre.guedes@xxxxxxxxxxxxx> > > --- > > net/bluetooth/mgmt.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c > > index 2540944..fb0b15e 100644 > > --- a/net/bluetooth/mgmt.c > > +++ b/net/bluetooth/mgmt.c > > @@ -2756,7 +2756,7 @@ int mgmt_stop_discovery_failed(struct hci_dev *hdev, u8 status) > > if (!cmd) > > return -ENOENT; > > > > - err = cmd_status(cmd->sk, hdev->id, cmd->opcode, status); > > + err = cmd_status(cmd->sk, hdev->id, cmd->opcode, mgmt_status(status)); > > mgmt_pending_remove(cmd); > > patch does look reasonable to me, but I am not this is the expected > behavior. I leave this up to Johan to ACK or NAK. Looks good to me. Acked-by: Johan Hedberg <johan.hedberg@xxxxxxxxx> Johan -- 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