qcacld-3.0: Add support for setting fw log mode for msm8998

Add support for setting fw log mode for msm8998. Change the log mode
from bool type to tristate to support multiple log modes.

CRs-Fixed: 1115611
Change-Id: I6aef023d1e3cb1b68f1520f800af094f6f6decdb
This commit is contained in:
Yuanyuan Liu
2017-01-27 10:42:52 -08:00
committed by qcabuildsw
vanhempi e3f83a931e
commit 7a97b8f838
8 muutettua tiedostoa jossa 30 lisäystä ja 19 poistoa

Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
* Copyright (c) 2013-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -55,7 +55,7 @@ void ol_cds_free(void);
struct ol_config_info {
bool enable_uart_print;
bool enable_self_recovery;
bool enable_fw_log;
uint8_t enable_fw_log;
bool enable_lpass_support;
bool enable_ramdump_collection;
};