Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a511b4af authored by Tej Parkash's avatar Tej Parkash Committed by Christoph Hellwig
Browse files

qla4xxx: Change default capture to firmware defined capture mask

parent 4a83f9e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -83,11 +83,11 @@ MODULE_PARM_DESC(ql4xsess_recovery_tmo,
		" Target Session Recovery Timeout.\n"
		" Target Session Recovery Timeout.\n"
		"\t\t  Default: 120 sec.");
		"\t\t  Default: 120 sec.");


int ql4xmdcapmask = 0x1F;
int ql4xmdcapmask = 0;
module_param(ql4xmdcapmask, int, S_IRUGO);
module_param(ql4xmdcapmask, int, S_IRUGO);
MODULE_PARM_DESC(ql4xmdcapmask,
MODULE_PARM_DESC(ql4xmdcapmask,
		 " Set the Minidump driver capture mask level.\n"
		 " Set the Minidump driver capture mask level.\n"
		 "\t\t  Default is 0x1F.\n"
		 "\t\t  Default is 0 (firmware default capture mask)\n"
		 "\t\t  Can be set to 0x3, 0x7, 0xF, 0x1F, 0x3F, 0x7F");
		 "\t\t  Can be set to 0x3, 0x7, 0xF, 0x1F, 0x3F, 0x7F");


int ql4xenablemd = 1;
int ql4xenablemd = 1;