aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-10-31 21:06:55 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-10-31 21:06:55 +0000
commitb0245b90ba47af767bcd8aed30e5a5a09e1c5405 (patch)
tree9268f8fe5a2de30fc97a7319498ba7c6f30be68c /sys
parent9bb63aa8ff34124f7dbfd9e5f3124d8a4325c8c9 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_attach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
index 8cb73804c482..86d5b8350b5e 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
@@ -61,6 +61,7 @@ ar5416AniSetup(struct ath_hal *ah)
};
/* NB: disable ANI noise immmunity for reliable RIFS rx */
AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL);
+ ar5416AniAttach(ah, &aniparams, &aniparams, AH_TRUE);
}
/*