|
@@ -41,10 +41,8 @@ static bool uart_print;
|
|
|
static bool skip_otp;
|
|
|
static bool rawmode;
|
|
|
|
|
|
-/* Enable ATH10K_FW_CRASH_DUMP_REGISTERS and ATH10K_FW_CRASH_DUMP_CE_DATA
|
|
|
- * by default.
|
|
|
- */
|
|
|
-unsigned long ath10k_coredump_mask = 0x3;
|
|
|
+unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) |
|
|
|
+ BIT(ATH10K_FW_CRASH_DUMP_CE_DATA);
|
|
|
|
|
|
/* FIXME: most of these should be readonly */
|
|
|
module_param_named(debug_mask, ath10k_debug_mask, uint, 0644);
|