diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2007-02-02 16:22:54 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-07 00:07:44 (GMT) |
commit | a407a6a085ed149c479562a658f4a06c5ffd347b (patch) | |
tree | 949c31313e378428ad59c2b6308cb6089ebc5326 | |
parent | a504e64ab42bcc27074ea37405d06833ed6e0820 (diff) | |
download | linux-fsl-qoriq-a407a6a085ed149c479562a658f4a06c5ffd347b.tar.xz |
skge: version 1.10
Mark this as 1.10 because WOL now works
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r-- | drivers/net/skge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/skge.c b/drivers/net/skge.c index 7e687ca..e482e7f 100644 --- a/drivers/net/skge.c +++ b/drivers/net/skge.c @@ -42,7 +42,7 @@ #include "skge.h" #define DRV_NAME "skge" -#define DRV_VERSION "1.9" +#define DRV_VERSION "1.10" #define PFX DRV_NAME " " #define DEFAULT_TX_RING_SIZE 128 |