Merge branch 'aquantia-implement-WOL-and-EEE-support'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Sep 2018 06:41:03 +0000 (23:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Sep 2018 06:41:03 +0000 (23:41 -0700)
commit80de556a6bf47c39ed5999a2ac6f1dd4b6764bb7
tree2758c4f0dcfa0eea457ac40ac819dcfd25386e0c
parent82bcee42059f6117fc36046d1587d7850415a31a
parent85e55db7dcc5456b0e0a19e63b0e7cd0ee96c015
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>