mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
b70ab2e87f
Enable sparse warnings about endianness, replace the remaining fields regarding network operations without explicit endianness annotations with such that are annotated, and propagate this through the entire stack. Uses of ieee802154_addr_sa are not changed yet, this patch is only concerned with all other fields (such as address filters, operation parameters and the likes). Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> Signed-off-by: David S. Miller <davem@davemloft.net>
5 lines
151 B
Makefile
5 lines
151 B
Makefile
obj-$(CONFIG_MAC802154) += mac802154.o
|
|
mac802154-objs := ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o monitor.o wpan.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|