summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-19Hook up simulatorTobias Klauser1-14/+37
2010-11-12Rename usage functionTobias Klauser1-4/+5
2010-11-12Implement more instructionsTobias Klauser1-2/+2
2010-11-11Implement basic instruction handlingTobias Klauser1-31/+28
2010-11-10Add verbose modeTobias Klauser1-5/+11
2010-11-10First bunch of rework, stil work in progressTobias Klauser1-85/+151
2010-11-10Initial import of nios2sim (http://nios2sim.googlecode.com/svn/trunk/ r16)Tobias Klauser1-0/+123
ers/bluetooth/btsdio.c?id=73d0d3c8671190ea982a8e79a7c79fbfe88f8f47'>drivers/bluetooth/btsdio.c parent4a3f95b7b62e50a1e42e42ba6571ec9e747f4861 (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>
Diffstat (limited to 'drivers/bluetooth/btsdio.c')
f3f1502cd11b21b1eb00aa355b40b67'>Diffstat (limited to 'drivers/irqchip')