aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5210/ar5210_attach.c')
-rw-r--r--sys/dev/ath/ath_hal/ar5210/ar5210_attach.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c b/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
index f71ff0d6070d9..c76e18892e626 100644
--- a/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
+++ b/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
@@ -89,7 +89,8 @@ static const struct ath_hal_private ar5210hal = {{
.ah_setRxFilter = ar5210SetRxFilter,
.ah_setupRxDesc = ar5210SetupRxDesc,
.ah_procRxDesc = ar5210ProcRxDesc,
- .ah_rxMonitor = ar5210AniPoll,
+ .ah_rxMonitor = ar5210RxMonitor,
+ .ah_aniPoll = ar5210AniPoll,
.ah_procMibEvent = ar5210MibEvent,
/* Misc Functions */