diff options
author | Simon Kagstrom <simon.kagstrom@netinsight.net> | 2009-11-25 23:10:59 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-27 00:51:29 +0100 |
commit | 1bda8aa86b89d4c9b668000127ff87172f2daa10 (patch) | |
tree | 63bb66c81850af43092f3f5de8157c1eee95651f /drivers/net | |
parent | via-velocity: Set tx checksum from ethtool instead of module parameter (diff) | |
download | linux-1bda8aa86b89d4c9b668000127ff87172f2daa10.tar.xz linux-1bda8aa86b89d4c9b668000127ff87172f2daa10.zip |
via-velocity: Bump version
Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/via-velocity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/via-velocity.h b/drivers/net/via-velocity.h index 4e28fd6fb366..ef4a0f64ba16 100644 --- a/drivers/net/via-velocity.h +++ b/drivers/net/via-velocity.h @@ -29,7 +29,7 @@ #define VELOCITY_NAME "via-velocity" #define VELOCITY_FULL_DRV_NAM "VIA Networking Velocity Family Gigabit Ethernet Adapter Driver" -#define VELOCITY_VERSION "1.14" +#define VELOCITY_VERSION "1.15" #define VELOCITY_IO_SIZE 256 #define VELOCITY_NAPI_WEIGHT 64 |