aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAntoine Tenart <atenart@kernel.org>2022-09-21 15:51:18 +0200
committerJakub Kicinski <kuba@kernel.org>2022-09-23 06:56:08 -0700
commit99383f1298ee25901b1f6a665bdcc3344acb2382 (patch)
treef436ee0e16f6e8d438612b105722dd64a11fce87 /include/net
parentnet/mlx5e: macsec: remove checks on the prepare phase (diff)
downloadlinux-dev-99383f1298ee25901b1f6a665bdcc3344acb2382.tar.xz
linux-dev-99383f1298ee25901b1f6a665bdcc3344acb2382.zip
net: macsec: remove the prepare flag from the MACsec offloading context
Now that the MACsec offloading preparation phase was removed from the MACsec core implementation as well as from drivers implementing it, we can safely remove the flag representing it. Signed-off-by: Antoine Tenart <atenart@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/macsec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/macsec.h b/include/net/macsec.h
index 871599b11707..5b9c61c4d3a6 100644
--- a/include/net/macsec.h
+++ b/include/net/macsec.h
@@ -271,8 +271,6 @@ struct macsec_context {
struct macsec_rx_sa_stats *rx_sa_stats;
struct macsec_dev_stats *dev_stats;
} stats;
-
- u8 prepare:1;
};
/**