ath9k_hw_set_reset_reg
if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_WARM))
if (ath9k_hw_set_reset_reg(ah,
return (ath9k_hw_set_reset_reg(ah, ATH9K_RESET_WARM));
return (ath9k_hw_set_reset_reg(ah, ATH9K_RESET_COLD));
static boolean_t ath9k_hw_set_reset_reg(struct ath_hal *ah, uint32_t type);
if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_POWER_ON)) {