commit | 0c0afedf55ff409be9db0b0aeeaa1c6fe0f3cd3c | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Nov 01 13:27:26 2012 +0200 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Thu Nov 01 20:27:11 2012 -0200 |
tree | d631548f1699815689ed4490d980a2b1eca41e4f | |
parent | fffadc08ebf1f4c61bb8f9be0f1d8c3c053d815f [diff] |
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>