ieee802154: rename struct ieee802154_addr to *_sa
authorPhoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Fri, 14 Mar 2014 20:23:57 +0000 (21:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Mar 2014 02:15:25 +0000 (22:15 -0400)
commit376b7bd3558eaf12d3e5c24aa71d0c162d2701fd
tree6d73521c4d4eb2d0a41cd848eb311670c7722e14
parent177943260a6088bec51fc6c04643d84e43bef423
ieee802154: rename struct ieee802154_addr to *_sa

The struct as currently defined uses host byte order for some fields,
and most big endian/EUI display byte order for other fields. Inside the
stack, endianness should ideally match network byte order where possible
to minimize the number of byteswaps done in critical paths, but this
patch does not address this; it is only preparatory.

Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
drivers/net/ieee802154/fakehard.c
include/net/af_ieee802154.h
include/net/ieee802154_netdev.h
include/net/nl802154.h
net/ieee802154/6lowpan_rtnl.c
net/ieee802154/af802154.h
net/ieee802154/af_ieee802154.c
net/ieee802154/dgram.c
net/ieee802154/nl-mac.c
net/ieee802154/reassembly.c
net/ieee802154/reassembly.h
net/mac802154/mac_cmd.c
net/mac802154/wpan.c