]> git.baikalelectronics.ru Git - kernel.git/commit
net: macsec: init secy pointer in macsec_context
authorDmitry Bogdanov <dbogdanov@marvell.com>
Wed, 25 Mar 2020 12:52:34 +0000 (15:52 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 03:17:36 +0000 (20:17 -0700)
commitf0f2e45fdc8bdd88d8632c2b5e0fe2c177f2df41
treefdbd882a842728bc84ccd94148c50e332eb96c40
parent754b27e3a0aca2698b9b76c83575c419ac6f1938
net: macsec: init secy pointer in macsec_context

This patch adds secy pointer initialization in the macsec_context.
It will be used by MAC drivers in offloading operations.

Signed-off-by: Dmitry Bogdanov <dbogdanov@marvell.com>
Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macsec.c