Re: [PATCH] Bluetooth: hci_core: cancel power off delayed work properly

2016-02-20 Thread Marcel Holtmann
Hi Wei-Ning, > When the HCI_AUTO_OFF flag is cleared, the power_off delayed work need > to be cancel or HCI will be powered off even if it's managed. > > Signed-off-by: Wei-Ning Huang > --- > net/bluetooth/hci_core.c | 1 + > 1 file changed, 1 insertion(+) patch has been applied to bluetooth-nex

[PATCH] Bluetooth: hci_core: cancel power off delayed work properly

2016-02-15 Thread Wei-Ning Huang
From: Wei-Ning Huang When the HCI_AUTO_OFF flag is cleared, the power_off delayed work need to be cancel or HCI will be powered off even if it's managed. Signed-off-by: Wei-Ning Huang --- net/bluetooth/hci_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/bluetooth/hci_core.c b/ne