android_kernel_samsung_univ.../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
..
cfg.c ieee802154: add ack request default handling 2015-08-10 20:43:06 +02:00
cfg.h
driver-ops.h
ieee802154_i.h mac802154: Fix memory corruption with global deferred transmit state. 2015-07-30 14:08:55 +02:00
iface.c mac802154: iface: assume big endian for af_packet 2015-09-24 20:42:37 +02:00
Kconfig
llsec.c mac802154: llsec: fix device deletion from list 2015-09-22 11:51:19 +02:00
llsec.h
mac_cmd.c
main.c mac802154: change frame_retries behaviour 2015-08-10 20:43:06 +02:00
Makefile
mib.c
rx.c mac802154: fix ieee802154_rx handling 2015-07-23 17:10:50 +02:00
trace.c
trace.h
tx.c mac802154: tx: add warning if MTU exceeds 2015-09-22 11:51:20 +02:00
util.c mac802154: util: add stop_device utility function 2015-07-23 17:10:49 +02:00