> static bool is_yukon_extreme(struct sky2_hw *hw) > { > return hw->chip_id == CHIP_ID_YUKON_XL || > hw->chip_id == CHIP_ID_YUKON_EC_U || > hw->chip_id == CHIP_ID_YUKON_EX;
These chips aren't "extreme", it might be easier to turn the test around and test for the chips that aren't that way. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html