diff options
author | Igor Russkikh <igor.russkikh@aquantia.com> | 2017-12-14 12:34:48 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-15 20:46:42 +0300 |
commit | d4c242d4ba5730b62579969804cd8fcf58b9c84f (patch) | |
tree | b1e8816aa52cde62b048b5ca4376592b84bcc2d2 /drivers/net/ethernet/aquantia/atlantic/ver.h | |
parent | 98bc036de40489416d61ab175bb417c094e7783c (diff) | |
download | linux-d4c242d4ba5730b62579969804cd8fcf58b9c84f.tar.xz |
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.h | 6 |
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 */ |