aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/ver.h
diff options
context:
space:
mode:
authorIgor Russkikh <igor.russkikh@aquantia.com>2017-12-14 12:34:48 +0300
committerDavid S. Miller <davem@davemloft.net>2017-12-15 12:46:42 -0500
commitd4c242d4ba5730b62579969804cd8fcf58b9c84f (patch)
treeb1e8816aa52cde62b048b5ca4376592b84bcc2d2 /drivers/net/ethernet/aquantia/atlantic/ver.h
parentnet: aquantia: Fix typo in ethtool statistics names (diff)
downloadlinux-dev-d4c242d4ba5730b62579969804cd8fcf58b9c84f.tar.xz
linux-dev-d4c242d4ba5730b62579969804cd8fcf58b9c84f.zip
net: aquantia: Increment driver version
Add a suffix to distinguish kernel mainline version and aquantia releases Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/aquantia/atlantic/ver.h')
-rw-r--r--drivers/net/ethernet/aquantia/atlantic/ver.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/ver.h b/drivers/net/ethernet/aquantia/atlantic/ver.h
index 0de858d215c2..9009f2651e70 100644
--- a/drivers/net/ethernet/aquantia/atlantic/ver.h
+++ b/drivers/net/ethernet/aquantia/atlantic/ver.h
@@ -11,8 +11,10 @@
#define VER_H
#define NIC_MAJOR_DRIVER_VERSION 1
-#define NIC_MINOR_DRIVER_VERSION 5
-#define NIC_BUILD_DRIVER_VERSION 345
+#define NIC_MINOR_DRIVER_VERSION 6
+#define NIC_BUILD_DRIVER_VERSION 13
#define NIC_REVISION_DRIVER_VERSION 0
+#define AQ_CFG_DRV_VERSION_SUFFIX "-kern"
+
#endif /* VER_H */