]> asedeno.scripts.mit.edu Git - linux.git/commit
net: macsec: move some definitions in a dedicated header
authorAntoine Tenart <antoine.tenart@bootlin.com>
Mon, 13 Jan 2020 22:31:39 +0000 (23:31 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Jan 2020 19:31:41 +0000 (11:31 -0800)
commitc0e4eadfb8daf2e9557c7450f9b237c08b404419
tree71cb4130cc42fcc3760804426c6f2f8148d2a9ad
parent169af34684b2bdf1b1b807d109038a6dc0159e03
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>
drivers/net/macsec.c
include/net/macsec.h [new file with mode: 0644]