From c034535679d056565875fec24925fd21309040c5 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 21 Jun 2024 12:26:47 +0000 Subject: [PATCH] Revert "macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads" This reverts commit 6536f12fe2ddaa134b9ffa47b115256bd1302a6e which is commit 475747a19316b08e856c666a20503e73d7ed67ed upstream. It breaks the Android kernel abi and can be brought back in the future in an abi-safe way if it is really needed. Bug: 161946584 Change-Id: I4f7a1f587c8d75573d5a5b3a091d2d6a5cedb639 Signed-off-by: Greg Kroah-Hartman --- include/net/macsec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/macsec.h b/include/net/macsec.h index 312522ad834a..5b9c61c4d3a6 100644 --- a/include/net/macsec.h +++ b/include/net/macsec.h @@ -301,7 +301,6 @@ struct macsec_ops { int (*mdo_get_tx_sa_stats)(struct macsec_context *ctx); int (*mdo_get_rx_sc_stats)(struct macsec_context *ctx); int (*mdo_get_rx_sa_stats)(struct macsec_context *ctx); - bool rx_uses_md_dst; }; void macsec_pn_wrapped(struct macsec_secy *secy, struct macsec_tx_sa *tx_sa);