commit | c0e4eadfb8daf2e9557c7450f9b237c08b404419 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <antoine.tenart@bootlin.com> | Mon Jan 13 23:31:39 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 14 11:31:41 2020 -0800 |
tree | 71cb4130cc42fcc3760804426c6f2f8148d2a9ad | |
parent | 169af34684b2bdf1b1b807d109038a6dc0159e03 [diff] |
net: macsec: move some definitions in a dedicated header This patch moves some structure, type and identifier definitions into a MACsec specific header. This patch does not modify how the MACsec code is running and only move things around. This is a preparation for the future MACsec hardware offloading support, which will re-use those definitions outside macsec.c. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>