]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix parameter order of hci_get_route
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 1 Nov 2012 11:27:26 +0000 (13:27 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 1 Nov 2012 22:27:11 +0000 (20:27 -0200)
commita5fb6593885da0a9bf571a7490368d87d2bcbb86
treed631548f1699815689ed4490d980a2b1eca41e4f
parent3d5b07067dcf8d56a4f41872e67cc3eba77d4441
Bluetooth: Fix parameter order of hci_get_route

The actual parameter order of hci_get_route is (dst, src) and not (src,
dst). All current callers use the right order but the header file shows
the parameters in the wrong order.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h