Bluetooth: hci_uart: Reorder Atheros specific driver callbacks
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 11 Apr 2015 12:35:37 +0000 (05:35 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 29 Apr 2015 23:05:29 +0000 (01:05 +0200)
commitc0ba7acd48d122fe5941c8f402fc1ee024cac6fb
tree265a57faae13ead433319b4f2a6323c484453568
parent50862ee5578efa342a25c8b86f0080494736057f
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>
drivers/bluetooth/hci_ath.c