Skip to content

Commit

Permalink
[PATCH] sky2: version 0.15 update
Browse files Browse the repository at this point in the history
Increase version, and get rid of out-dated comment.
Speed setting has worked for quite a while.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Feb 7, 2006
1 parent 4d52b48 commit fa8d354
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

/*
* TOTEST
* - speed setting
*/

#include <linux/config.h>
#include <linux/crc32.h>
#include <linux/kernel.h>
Expand Down Expand Up @@ -56,7 +51,7 @@
#include "sky2.h"

#define DRV_NAME "sky2"
#define DRV_VERSION "0.13"
#define DRV_VERSION "0.15"
#define PFX DRV_NAME " "

/*
Expand Down

0 comments on commit fa8d354

Please sign in to comment.