Re: [PATCH][FIX] Bluetooth: always send explicit hci_ll wake-up acks

2008-01-11 Thread Ohad Ben-Cohen
n 1/11/08, David Miller <[EMAIL PROTECTED]> wrote: > From: Ohad Ben-Cohen <[EMAIL PROTECTED]> > Date: Mon, 7 Jan 2008 18:22:48 +0200 (IST) > > > In the (rare) event of simultaneous mutual wake up requests, > > do send the chip an explicit wake-up ack. This is required > > for Texas Instruments's BR

Re: [PATCH][FIX] Bluetooth: always send explicit hci_ll wake-up acks

2008-01-10 Thread David Miller
From: Ohad Ben-Cohen <[EMAIL PROTECTED]> Date: Mon, 7 Jan 2008 18:22:48 +0200 (IST) > In the (rare) event of simultaneous mutual wake up requests, > do send the chip an explicit wake-up ack. This is required > for Texas Instruments's BRF6350 chip. > > Signed-off-by: Ohad Ben-Cohen <[EMAIL PROTECT

[PATCH][FIX] Bluetooth: always send explicit hci_ll wake-up acks

2008-01-07 Thread Ohad Ben-Cohen
In the (rare) event of simultaneous mutual wake up requests, do send the chip an explicit wake-up ack. This is required for Texas Instruments's BRF6350 chip. Signed-off-by: Ohad Ben-Cohen <[EMAIL PROTECTED]> --- drivers/bluetooth/hci_ll.c | 23 ++- 1 files changed, 14 inse