Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2010 11:31:14 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r209943 - user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201007121131.o6CBVEUl083450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Jul 12 11:31:13 2010
New Revision: 209943
URL: http://svn.freebsd.org/changeset/base/209943

Log:
  An evil, temporary workaround (which should likely be a typedef!) so I can
  keep the linux ini file untouched for now.

Modified:
  user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c

Modified: user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c
==============================================================================
--- user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c	Mon Jul 12 11:26:17 2010	(r209942)
+++ user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c	Mon Jul 12 11:31:13 2010	(r209943)
@@ -29,7 +29,10 @@
 #if 0
 #include "ar5416/ar9160.ini"
 #endif
+/* XXX Temporary workaround so linux-9160.h can be a virgin copy of linux ath9k/initvals.h */
+#define	u32	uint32_t
 #include "ar5416/linux-9160.h"
+#undef u32
 #include "ar5416/ar9160-pcie.h"
 
 static const HAL_PERCAL_DATA ar9160_iq_cal = {		/* multi sample */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007121131.o6CBVEUl083450>