diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-20 07:56:09 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-20 07:56:09 +0000 |
| commit | 88117a532d5d9edb88c2c107dcc9183806dcf39f (patch) | |
| tree | 112576b32ab2aa1731cf5348a7d1bd63ac7d8f37 /sys/dev/ath/ath_hal/ar5312 | |
| parent | c485136b7fd42400a4eb52112f742a51322602ce (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5312')
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5312/ar5312_attach.c | 3 |
1 files changed, 2 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 4af2d8951f13..4ca1a4d0b7df 100644 --- a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c +++ b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c @@ -61,7 +61,8 @@ ar5312AniSetup(struct ath_hal *ah) */ static struct ath_hal * ar5312Attach(uint16_t devid, HAL_SOFTC sc, - HAL_BUS_TAG st, HAL_BUS_HANDLE sh, HAL_STATUS *status) + HAL_BUS_TAG st, HAL_BUS_HANDLE sh, uint16_t *eepromdata, + HAL_STATUS *status) { struct ath_hal_5212 *ahp = AH_NULL; struct ath_hal *ah; |
