linux/net/mac802154
Alexander Aring c2d5ecfaea mac802154: iface: assume big endian for af_packet
The callback "create" and "parse" from header_ops are called from
netdev core upper-layer functionality, like af_packet. These callbacks
assumes big endian for addresses and we should not introduce a special
byteordering handling for ieee802154 over af_packet in userspace.

We have an identical issue with setting the mac address which also
assumes big endian byteordering.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-09-24 20:42:37 +02:00
..
2015-05-19 19:35:48 +02:00
2014-05-16 17:23:41 -04:00
2015-05-23 17:57:08 +02:00
2015-07-23 17:10:50 +02:00
2015-09-22 11:51:20 +02:00