summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorSigned-off-by: Sony Chacko <sony.chacko@qlogic.com>2012-12-18 07:59:51 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-12-19 20:42:48 (GMT)
commit341abdbe38ca22f351c9db68a69382fa57350066 (patch)
tree1d084904fe5a743990d676e600eeb0ff9397112a /drivers/net
parent5d17f36b9d6b5d94aa3afdc7393ea90efbd74a21 (diff)
downloadlinux-fsl-qoriq-341abdbe38ca22f351c9db68a69382fa57350066.tar.xz
qlcnic: update driver version
Signed-off-by: Sony Chacko <sony.chacko@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/qlcnic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
index 5379024..bc7ec64 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
@@ -36,8 +36,8 @@
#define _QLCNIC_LINUX_MAJOR 5
#define _QLCNIC_LINUX_MINOR 0
-#define _QLCNIC_LINUX_SUBVERSION 29
-#define QLCNIC_LINUX_VERSIONID "5.0.29"
+#define _QLCNIC_LINUX_SUBVERSION 30
+#define QLCNIC_LINUX_VERSIONID "5.0.30"
#define QLCNIC_DRV_IDC_VER 0x01
#define QLCNIC_DRIVER_VERSION ((_QLCNIC_LINUX_MAJOR << 16) |\
(_QLCNIC_LINUX_MINOR << 8) | (_QLCNIC_LINUX_SUBVERSION))