commit | 66bed1a24ec28e52fc2c7c0a2aa945a893bfa9bc | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Mar 18 12:58:23 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Mar 18 10:18:26 2014 -0700 |
tree | b43d08592628805d8a1fd57f5c5e2903a17739e4 | |
parent | fdcc4beccb52f752799978c4da0dcd0faadbdcd4 [diff] |
Bluetooth: Fix const declaration for swap function src parameter To make it possible to (correctly) pass data declared as const as the src parameter to the swap56 and swap128 functions declare this parameter also as const. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>