aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/ver.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-09-11 23:41:03 -0700
committerDavid S. Miller <davem@davemloft.net>2018-09-11 23:41:03 -0700
commit80de556a6bf47c39ed5999a2ac6f1dd4b6764bb7 (patch)
tree2758c4f0dcfa0eea457ac40ac819dcfd25386e0c /drivers/net/ethernet/aquantia/atlantic/ver.h
parentMerge branch 'liquidio-Removed-droq-lock-from-Rx-path' (diff)
parentnet: aquantia: bump driver version (diff)
downloadlinux-dev-80de556a6bf47c39ed5999a2ac6f1dd4b6764bb7.tar.xz
linux-dev-80de556a6bf47c39ed5999a2ac6f1dd4b6764bb7.zip
Merge branch 'aquantia-implement-WOL-and-EEE-support'
Igor Russkikh says: ==================== net: aquantia: implement WOL and EEE support This is v3 of WOL/EEE functionality patch for atlantic driver. In this patchset Yana Esina and Nikita Danilov implemented: - Upload function to interact with FW memory - Definitions and structures necessary for the correct operation of Wake ON Lan - The functionality Wake On Lan via ethtool (Magic packet is supported) - The functionality for Energy-Efficient Ethernet configuration via ethtool Version 3: - use ETH_ALEN instead of raw number Version 2 has the following fixes: - patchset reorganized to extract renaming and whitespace fixes into separate patches - some of magic numbers replaced with defines - reverse christmas tree applied ==================== 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/ver.h b/drivers/net/ethernet/aquantia/atlantic/ver.h
index 94efc6477bdc..b48260114da3 100644
--- a/drivers/net/ethernet/aquantia/atlantic/ver.h
+++ b/drivers/net/ethernet/aquantia/atlantic/ver.h
@@ -12,7 +12,7 @@
#define NIC_MAJOR_DRIVER_VERSION 2
#define NIC_MINOR_DRIVER_VERSION 0
-#define NIC_BUILD_DRIVER_VERSION 3
+#define NIC_BUILD_DRIVER_VERSION 4
#define NIC_REVISION_DRIVER_VERSION 0
#define AQ_CFG_DRV_VERSION_SUFFIX "-kern"