commit | c0ba7acd48d122fe5941c8f402fc1ee024cac6fb | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sat Apr 11 05:35:37 2015 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Apr 30 01:05:29 2015 +0200 |
tree | 265a57faae13ead433319b4f2a6323c484453568 | |
parent | 50862ee5578efa342a25c8b86f0080494736057f [diff] |
Bluetooth: hci_uart: Reorder Atheros specific driver callbacks The driver callbacks in the Atheros support were all in a random order and did not help readability of this driver. So reorder them to make them aligned with what other Bluetooth UART drivers do. This patch is not changing any actual code. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>