Skip to content

Commit d4c242d

Browse files
caildavem330
authored andcommitted
net: aquantia: Increment driver version
Add a suffix to distinguish kernel mainline version and aquantia releases Signed-off-by: Igor Russkikh <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 98bc036 commit d4c242d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

drivers/net/ethernet/aquantia/atlantic/aq_cfg.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
#define AQ_CFG_DRV_VERSION __stringify(NIC_MAJOR_DRIVER_VERSION)"."\
8181
__stringify(NIC_MINOR_DRIVER_VERSION)"."\
8282
__stringify(NIC_BUILD_DRIVER_VERSION)"."\
83-
__stringify(NIC_REVISION_DRIVER_VERSION)
83+
__stringify(NIC_REVISION_DRIVER_VERSION) \
84+
AQ_CFG_DRV_VERSION_SUFFIX
8485

8586
#endif /* AQ_CFG_H */

drivers/net/ethernet/aquantia/atlantic/ver.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
#define VER_H
1212

1313
#define NIC_MAJOR_DRIVER_VERSION 1
14-
#define NIC_MINOR_DRIVER_VERSION 5
15-
#define NIC_BUILD_DRIVER_VERSION 345
14+
#define NIC_MINOR_DRIVER_VERSION 6
15+
#define NIC_BUILD_DRIVER_VERSION 13
1616
#define NIC_REVISION_DRIVER_VERSION 0
1717

18+
#define AQ_CFG_DRV_VERSION_SUFFIX "-kern"
19+
1820
#endif /* VER_H */

0 commit comments

Comments
 (0)