ar5210SetInterrupts
extern HAL_INT ar5210SetInterrupts(struct ath_hal *, HAL_INT ints);
.ah_setInterrupts = ar5210SetInterrupts },
ar5210SetInterrupts(ah, AH5210(ah)->ah_maskReg | HAL_INT_GPIO);
(void) ar5210SetInterrupts(ah, ints &~ HAL_INT_GLOBAL);
ar5210SetInterrupts(ah, ints);
ar5210SetInterrupts(ah, ints);