From 5292c358249ecb35728ff06b9672a5213568f67f Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 19 Mar 2009 19:29:10 +0000 Subject: purge hal abi support; now that the hal is merged w/ the driver we cannot be out of sync MFC after: 1 week --- sys/dev/ath/ath_hal/ar5212/ar5212_attach.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ath/ath_hal/ar5212/ar5212_attach.c') diff --git a/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c b/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c index 742523f..300c0a3 100644 --- a/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c +++ b/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c @@ -34,7 +34,6 @@ static void ar5212DisablePCIE(struct ath_hal *ah); static const struct ath_hal_private ar5212hal = {{ .ah_magic = AR5212_MAGIC, - .ah_abi = HAL_ABI_VERSION, .ah_getRateTable = ar5212GetRateTable, .ah_detach = ar5212Detach, -- cgit v1.1