From: Alexander Aring Date: Sun, 2 Nov 2014 20:43:02 +0000 (+0100) Subject: ieee802154: fix byteorder issues X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~66^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28bee84c5c49312befe1b442e1044ac2392d80d;p=pandora-kernel.git ieee802154: fix byteorder issues This patch fix byteorder issues which occurs because we compare __le64 with an host byteorder value. Simple add a cpu_to_le64 to convert the host byteorder values to __le64. Signed-off-by: Alexander Aring Reported-by: Marcel Holtmann Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed