From 5e9fb0cc0e3cefe8f556c5b6daea807f5c164a1c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 19 May 2009 15:52:19 +0200 Subject: [PATCH] ath(4) HAL: Set AH_SUPPORT_AR5416 to 1 for now (unbreaks buildkernel). --- sys/dev/netif/ath/hal/ath_hal/ah_desc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/netif/ath/hal/ath_hal/ah_desc.h b/sys/dev/netif/ath/hal/ath_hal/ah_desc.h index 6cfad061be..4f36d6144f 100644 --- a/sys/dev/netif/ath/hal/ath_hal/ah_desc.h +++ b/sys/dev/netif/ath/hal/ath_hal/ah_desc.h @@ -21,6 +21,7 @@ #define _DEV_ATH_DESC_H #include "opt_ah.h" /* NB: required for AH_SUPPORT_AR5416 */ +#define AH_SUPPORT_AR5416 1 /* XXX has to be 1 to compile */ /* * Transmit descriptor status. This structure is filled -- 2.11.4.GIT