There's no HAL_EEPROM in FreeBSD - use ar9300_eeprom_t instead.

This commit is contained in:
Adrian Chadd 2013-05-01 01:49:00 +00:00
parent 6e8e89a189
commit fffa0eea61

View File

@ -1138,7 +1138,7 @@ ar9300_get_diag_state(struct ath_hal *ah, int request,
#ifdef AH_PRIVATE_DIAG #ifdef AH_PRIVATE_DIAG
case HAL_DIAG_EEPROM: case HAL_DIAG_EEPROM:
*result = &ahp->ah_eeprom; *result = &ahp->ah_eeprom;
*resultsize = sizeof(HAL_EEPROM); *resultsize = sizeof(ar9300_eeprom_t);
return AH_TRUE; return AH_TRUE;
#if 0 /* XXX - TODO */ #if 0 /* XXX - TODO */