diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2014-09-30 03:19:29 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2014-09-30 03:19:29 +0000 |
| commit | 9389d5a95ea6c5e284ee3866a9044ba97482ec8d (patch) | |
| tree | 6d3205f98a98993af31763f2b88722b87d3dd7f6 /sys/dev/ath/ath_hal/ar5312 | |
| parent | c1efb887306b9d50da81714b633c9bc78195595d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5312')
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5312/ar5312_attach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c index 4ca1a4d0b7df..5c84eb87eb0c 100644 --- a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c +++ b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c @@ -62,7 +62,7 @@ ar5312AniSetup(struct ath_hal *ah) static struct ath_hal * ar5312Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, - HAL_STATUS *status) + HAL_OPS_CONFIG *ah_config, HAL_STATUS *status) { struct ath_hal_5212 *ahp = AH_NULL; struct ath_hal *ah; |
