diff options
Diffstat (limited to 'sys/dev/ath/ath_hal/ar9002')
-rw-r--r-- | sys/dev/ath/ath_hal/ar9002/ar9280_attach.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c b/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c index af8eb92..5c5ad9a 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c @@ -179,6 +179,7 @@ ar9280Attach(uint16_t devid, HAL_SOFTC sc, AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead; AH_PRIVATE((ah))->ah_eepromWrite = NULL; ah->ah_eepromdata = eepromdata; + } /* XXX override with 9280 specific state */ /* override 5416 methods for our needs */ |