From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:59347 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752791Ab1LTTTA (ORCPT ); Tue, 20 Dec 2011 14:19:00 -0500 Cc: , "Luis R. Rodriguez" , Kalle Valo From: "Luis R. Rodriguez" To: Subject: [PATCH] atheros: force endian checks on atheros wireless drivers Date: Tue, 20 Dec 2011 11:18:48 -0800 Message-ID: <1324408728-20300-1-git-send-email-rodrigue@qca.qualcomm.com> (sfid-20111220_201928_161419_E441D0FC) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Luis R. Rodriguez Please NACK nasty patches. Cc: Kalle Valo Signed-off-by: Luis R. Rodriguez --- drivers/net/wireless/ath/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile index d121469..d716b74 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__ -- 1.7.4.15.g7811d