Re: Kernel compile failure in ATH.

From: David Wolfskill <david_at_catwhisker.org>
Date: Thu, 23 Jun 2011 06:58:07 -0700
On Thu, Jun 23, 2011 at 03:21:28PM +0200, Ian FREISLICH wrote:
> Hi
> 
> Just got this error making a new kernel:
> ....

You need the patch from r223474:

Author: adrian
Date: Thu Jun 23 12:11:43 2011
New Revision: 223474
URL: http://svn.freebsd.org/changeset/base/223474

Log:
  add missing #define for the non-debug case.

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h	Thu Jun 23 10:43:36 2011	(r223473)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Thu Jun 23 12:11:43 2011	(r223474)
_at__at_ -529,6 +529,7 _at__at_ extern	void DO_HALDEBUG(struct ath_hal *
 	__printflike(3,4);
 #else
 #define HALDEBUG(_ah, __m, _fmt, ...)
+#define HALDEBUG_G(_ah, __m, _fmt, ...)
 #endif /* AH_DEBUG */
 
 /*

Peace,
david
-- 
David H. Wolfskill				david_at_catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

Received on Thu Jun 23 2011 - 11:58:39 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:15 UTC