From: Marcel Holtmann Date: Fri, 28 Feb 2014 00:00:28 +0000 (-0800) Subject: Bluetooth: Use __le64 type for LE random numbers X-Git-Tag: v3.15-rc1~113^2~159^2^2~37^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe39c7b2dacf7fd4dcddc26704d01315ab92b7cb;p=pandora-kernel.git Bluetooth: Use __le64 type for LE random numbers The random numbers in Bluetooth Low Energy are 64-bit numbers and should also be little endian since the HCI specification is little endian. Change the whole Low Energy pairing to use __le64 instead of a byte array. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed