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);
}
/*
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"