Searched hist:"65 cc2b49db63adf1455a9783234383fbec5b8314" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | diff 65cc2b49db63adf1455a9783234383fbec5b8314 Mon Jun 16 05:30:56 CDT 2014 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Use struct delayed_work for HCI command timeout
Since the whole HCI command, event and data packet processing has been migrated to use workqueues instead of tasklets, it makes sense to use struct delayed_work instead of struct timer_list for the timeout handling. This patch converts the hdev->cmd_timer to use workqueue as well.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | diff 65cc2b49db63adf1455a9783234383fbec5b8314 Mon Jun 16 05:30:56 CDT 2014 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Use struct delayed_work for HCI command timeout
Since the whole HCI command, event and data packet processing has been migrated to use workqueues instead of tasklets, it makes sense to use struct delayed_work instead of struct timer_list for the timeout handling. This patch converts the hdev->cmd_timer to use workqueue as well.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|
H A D | hci_event.c | diff 65cc2b49db63adf1455a9783234383fbec5b8314 Mon Jun 16 05:30:56 CDT 2014 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Use struct delayed_work for HCI command timeout
Since the whole HCI command, event and data packet processing has been migrated to use workqueues instead of tasklets, it makes sense to use struct delayed_work instead of struct timer_list for the timeout handling. This patch converts the hdev->cmd_timer to use workqueue as well.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
|