summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/intel-ethernet/files/disable_MDD_by_default.patch
blob: 3da16c5caa3d3fc60091f611e10a9c565d0b1ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: src/ixgbe_param.c
===================================================================
--- src.orig/ixgbe_param.c
+++ src/ixgbe_param.c
@@ -1232,8 +1232,8 @@ void ixgbe_check_options(struct ixgbe_ad
 		struct ixgbe_option opt = {
 			.type = enable_option,
 			.name = "Malicious Driver Detection",
-			.err  = "defaulting to Enabled",
-			.def  = OPTION_ENABLED,
+			.err  = "defaulting to Disabled",
+			.def  = OPTION_DISABLED,
 		};
 
 		switch (adapter->hw.mac.type) {