Hi Marcel, On Thu, Feb 28, 2013, Marcel Holtmann wrote: > > +static void hci_set_le_support(struct hci_dev *hdev) > > +{ > > + struct hci_cp_write_le_host_supported cp; > > + > > + memset(&cp, 0, sizeof(cp)); > > + > > + if (test_bit(HCI_LE_ENABLED, &hdev->dev_flags)) { > > + cp.le = 1; > > + cp.simul = lmp_le_br_capable(hdev); > > + } > > I fully realise that you just copied this code, but use 0x01 here > instead of just 1 for variables inside HCI command structs. Sure, I'll fix it for the next iteration of this set. 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