Explorar el Código

skge: update version

Update version number, and take "New" off the config information
since old sk98lin has been gone for a couple years.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
stephen hemminger hace 14 años
padre
commit
5a9d69179f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      drivers/net/Kconfig
  2. 1 1
      drivers/net/skge.c

+ 1 - 1
drivers/net/Kconfig

@@ -2272,7 +2272,7 @@ config SIS190
 	  will be called sis190.  This is recommended.
 
 config SKGE
-	tristate "New SysKonnect GigaEthernet support"
+	tristate "SysKonnect GigaEthernet support"
 	depends on PCI
 	select CRC32
 	---help---

+ 1 - 1
drivers/net/skge.c

@@ -50,7 +50,7 @@
 #include "skge.h"
 
 #define DRV_NAME		"skge"
-#define DRV_VERSION		"1.13"
+#define DRV_VERSION		"1.14"
 
 #define DEFAULT_TX_RING_SIZE	128
 #define DEFAULT_RX_RING_SIZE	512