[PATCH] sky2: 88E8059 support

Stephen Hemminger shemminger at vyatta.com
Thu Mar 11 17:19:51 UTC 2010


On Thu, 11 Mar 2010 14:17:10 +0100
Sebastian Spaeth <Sebastian at SSpaeth.de> wrote:

> +	if (chipid >= CHIP_ID_YUKON_XL && chipid < CHIP_ID_YUKON_OPT)

That was changed to:
	if (chipid >= CHIP_ID_YUKON_XL && chipid <= CHIP_ID_YUKON_OPT)


in a later patch




More information about the kernel-team mailing list