Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2011 05:30:38 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218762 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201102170530.p1H5Uc0W096344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Feb 17 05:30:38 2011
New Revision: 218762
URL: http://svn.freebsd.org/changeset/base/218762

Log:
  Call the right function.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Thu Feb 17 05:16:59 2011	(r218761)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Thu Feb 17 05:30:38 2011	(r218762)
@@ -58,7 +58,7 @@ ar5416AniSetup(struct ath_hal *ah)
 		.period			= 100,
 	};
 	/* NB: ANI is not enabled yet */
-	ar5212AniAttach(ah, &aniparams, &aniparams, AH_FALSE);
+	ar5416AniAttach(ah, &aniparams, &aniparams, AH_FALSE);
 }
 
 /*



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