commit | 2e18135845b359f26c37df38ba56565496517c10 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Mon Jan 13 23:31:42 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 14 11:31:41 2020 -0800 |
tree | 71349564ccf4559284897ced38634fdf040c0854 | |
parent | 0830e20b62ad156f7df5ff5b9c4cea280ebe8fef [diff] |
net: phy: add MACsec ops in phy_device This patch adds a reference to MACsec ops in the phy_device, to allow PHYs to support offloading MACsec operations. The phydev lock will be held while calling those helpers. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>