Skip to content

Commit

Permalink
sky2: missing chip name for Yukon Supreme
Browse files Browse the repository at this point in the history
Any usage of sky2 on new Yukon Supreme would cause a NULL dereference.
The chip is very new, so the support is still untested; vendor has
not sent any eval hardware.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Apr 12, 2008
1 parent 7951f0b commit c63eddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ static const char *yukon2_name[] = {
"EC", /* 0xb6 */
"FE", /* 0xb7 */
"FE+", /* 0xb8 */
"Supreme", /* 0xb9 */
};

static void sky2_set_multicast(struct net_device *dev);
Expand Down

0 comments on commit c63eddb

Please sign in to comment.