commit | 73d0d3c8671190ea982a8e79a7c79fbfe88f8f47 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Oct 04 23:34:01 2015 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Mon Oct 05 10:30:10 2015 +0300 |
tree | 5a994705148d72200a441ca53e53694c2810b993 | |
parent | 4a3f95b7b62e50a1e42e42ba6571ec9e747f4861 [diff] |
Bluetooth: Move HCI_RUNNING check into hci_send_frame In all callbacks for hdev->send the status of HCI_RUNNING is checked. So instead of repeating that code in every driver, move the check into the hci_send_frame function before calling hdev->send. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>