Commit 6997e618 authored by Jon Mason's avatar Jon Mason Committed by David S. Miller

vxge: update driver version

Update vxge driver version to 2.5.2
Signed-off-by: default avatarJon Mason <jon.mason@exar.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 16fded7d
......@@ -16,8 +16,8 @@
#define VXGE_VERSION_MAJOR "2"
#define VXGE_VERSION_MINOR "5"
#define VXGE_VERSION_FIX "1"
#define VXGE_VERSION_BUILD "22082"
#define VXGE_VERSION_FIX "2"
#define VXGE_VERSION_BUILD "22259"
#define VXGE_VERSION_FOR "k"
#define VXGE_FW_VER(maj, min, bld) (((maj) << 16) + ((min) << 8) + (bld))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment