Call the correct ANI Attach routine.

This commit is contained in:
adrian 2011-02-02 03:55:34 +00:00
parent b79d9b46d0
commit 7ca6cd23bc
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ ar9160AniSetup(struct ath_hal *ah)
.period = 100,
};
/* NB: ANI is not enabled yet */
ar5212AniAttach(ah, &aniparams, &aniparams, AH_FALSE);
ar5416AniAttach(ah, &aniparams, &aniparams, AH_FALSE);
}
/*

View File

@ -69,7 +69,7 @@ static void
ar9280AniSetup(struct ath_hal *ah)
{
/* NB: disable ANI for reliable RIFS rx */
ar5212AniAttach(ah, AH_NULL, AH_NULL, AH_FALSE);
ar5416AniAttach(ah, AH_NULL, AH_NULL, AH_FALSE);
}
/*

View File

@ -71,7 +71,7 @@ static void
ar9285AniSetup(struct ath_hal *ah)
{
/* NB: disable ANI for reliable RIFS rx */
ar5212AniAttach(ah, AH_NULL, AH_NULL, AH_FALSE);
ar5416AniAttach(ah, AH_NULL, AH_NULL, AH_FALSE);
}
/*