Revert "macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads"

This reverts commit 6536f12fe2 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 <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2024-06-21 12:26:47 +00:00
parent 35df421fc4
commit c034535679

View File

@@ -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);