diff options
author | Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> | 2014-03-14 21:23:58 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-15 03:15:26 +0100 |
commit | 46ef0eb3ea65e7043aac17cb92982be879c65366 (patch) | |
tree | f0058b58360c49cc20360ff2bec2886ac0e684e4 /net/mac802154/mac_cmd.c | |
parent | ieee802154: rename struct ieee802154_addr to *_sa (diff) | |
download | linux-46ef0eb3ea65e7043aac17cb92982be879c65366.tar.xz linux-46ef0eb3ea65e7043aac17cb92982be879c65366.zip |
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 <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac802154/mac_cmd.c')
0 files changed, 0 insertions, 0 deletions