summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/intel-ethernet/files/disable_MDD_by_default.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/intel-ethernet/files/disable_MDD_by_default.patch')
-rw-r--r--recipes-kernel/intel-ethernet/files/disable_MDD_by_default.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-kernel/intel-ethernet/files/disable_MDD_by_default.patch b/recipes-kernel/intel-ethernet/files/disable_MDD_by_default.patch
deleted file mode 100644
index 3da16c5..0000000
--- a/recipes-kernel/intel-ethernet/files/disable_MDD_by_default.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Index: src/ixgbe_param.c
2===================================================================
3--- src.orig/ixgbe_param.c
4+++ src/ixgbe_param.c
5@@ -1232,8 +1232,8 @@ void ixgbe_check_options(struct ixgbe_ad
6 struct ixgbe_option opt = {
7 .type = enable_option,
8 .name = "Malicious Driver Detection",
9- .err = "defaulting to Enabled",
10- .def = OPTION_ENABLED,
11+ .err = "defaulting to Disabled",
12+ .def = OPTION_DISABLED,
13 };
14
15 switch (adapter->hw.mac.type) {