From: Phoebe Buckheister Date: Fri, 14 Mar 2014 20:23:58 +0000 (+0100) Subject: ieee802154: add address struct with proper endiannes and some operations X-Git-Tag: v3.15-rc1~113^2~151^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ef0eb3ea65e7043aac17cb92982be879c65366;p=pandora-kernel.git ieee802154: add address struct with proper endiannes and some operations Add a replacement ieee802154_addr struct with proper endianness on fields. Short address fields are stored as __le16 as on the network, extended (EUI64) addresses are __le64 as opposed to the u8[8] format used previously. This disconnect with the netdev address, which is stored as big-endian u8[8], is intentional. Signed-off-by: Phoebe Buckheister Signed-off-by: David S. Miller --- Reading git-diff-tree failed