kernel-ark/net/mac802154
Phoebe Buckheister 376b7bd355 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>
2014-03-14 22:15:25 -04:00
..
ieee802154_dev.c ieee802154: add netlink APIs for smartMAC configuration 2014-02-17 16:42:39 -05:00
Kconfig net/mac802154: remove depends on CONFIG_EXPERIMENTAL 2013-01-11 11:40:01 -08:00
mac802154.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-04-30 03:55:20 -04:00
mac_cmd.c ieee802154: rename struct ieee802154_addr to *_sa 2014-03-14 22:15:25 -04:00
Makefile mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
mib.c net: remove unnecessary return's 2014-02-13 18:33:38 -05:00
monitor.c mac802154: monitor device support 2012-05-16 15:17:08 -04:00
rx.c net: remove unnecessary return's 2014-02-13 18:33:38 -05:00
tx.c mac802154: Keep track of the channel when changed 2013-04-08 12:09:18 -04:00
wpan.c ieee802154: rename struct ieee802154_addr to *_sa 2014-03-14 22:15:25 -04:00