summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb
diff options
context:
space:
mode:
authorAuke Kok2006-05-25 22:24:27 +0200
committerAuke Kok2006-05-25 22:24:27 +0200
commita24e2513c2d03c9a92739ec6fa7e7208f792881e (patch)
tree31c7dbbc3fa76087d215924d2143fefa271cfa01 /drivers/net/ixgb
parentixgb: use rx copybreak/skb recycle (diff)
downloadkernel-qcow2-linux-a24e2513c2d03c9a92739ec6fa7e7208f792881e.tar.gz
kernel-qcow2-linux-a24e2513c2d03c9a92739ec6fa7e7208f792881e.tar.xz
kernel-qcow2-linux-a24e2513c2d03c9a92739ec6fa7e7208f792881e.zip
ixgb: increment version to 1.0.104-k4
Increment the driver version to 1.0.104-k4 Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: John Ronciak <john.ronciak@intel.com>
Diffstat (limited to 'drivers/net/ixgb')
-rw-r--r--drivers/net/ixgb/ixgb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_main.c b/drivers/net/ixgb/ixgb_main.c
index 0e23994a6a76..0a0c876dcbdd 100644
--- a/drivers/net/ixgb/ixgb_main.c
+++ b/drivers/net/ixgb/ixgb_main.c
@@ -52,7 +52,7 @@ static char ixgb_driver_string[] = "Intel(R) PRO/10GbE Network Driver";
#else
#define DRIVERNAPI "-NAPI"
#endif
-#define DRV_VERSION "1.0.104-k2"DRIVERNAPI
+#define DRV_VERSION "1.0.104-k4"DRIVERNAPI
char ixgb_driver_version[] = DRV_VERSION;
static char ixgb_copyright[] = "Copyright (c) 1999-2005 Intel Corporation.";