Hi Marco, On Wed, Mar 09, 2011, Marco Sinigaglia wrote: > > The timeout value has been hardcoded on hci_send_req call and, instead, it should be passed from above (for ex from hci_le_set_scan_enable). > This patch removes the hardcoded value from hci_send_req and it increases the timeout to 1000ms. > > v1-->v2: used git-format-patch > > Signed-off-by: Marco Sinigaglia <marco.sinigaglia@xxxxxxx> > > --- > lib/hci.c | 12 ++++++------ > lib/hci_lib.h | 6 +++--- > tools/hciconfig.c | 2 +- > tools/hcitool.c | 6 +++--- > 4 files changed, 13 insertions(+), 13 deletions(-) The patch finally applies and has been pushed upstream. However, I did have to fix your commit message manually: - Lines should be short enough to fit git log output on a 80 column wide terminal - Patch version changes do not belong in the commit message. Put them between the "---" and the "diff" line. - No Signed-off-by line for user space patches 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