From: Luis R. Rodriguez Date: Tue, 20 Dec 2011 19:18:48 +0000 (-0800) Subject: atheros: force endian checks on atheros wireless drivers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cf9bc5bae7fee420cebcfdbd7f59bb72b5f8ed1b;p=mv-sheeva.git atheros: force endian checks on atheros wireless drivers Please NACK nasty patches. Cc: Kalle Valo Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile index d1214696a35..d716b748e57 100644 --- a/drivers/net/wireless/ath/Makefile +++ b/drivers/net/wireless/ath/Makefile @@ -11,3 +11,4 @@ ath-objs := main.o \ key.o ath-$(CONFIG_ATH_DEBUG) += debug.o +ccflags-y += -D__CHECK_ENDIAN__