qcacld-3.0: Create ini config structures for each modules
Update ini configuration parameters for each modules in the driver Change-Id: I00b1f2a9690060a15854ad84d819e9b883e95c41 CRs-Fixed: 967765
This commit is contained in:

zatwierdzone przez
Prakash Dhavali

rodzic
9ef9458c04
commit
ec702b0afb
@@ -41,6 +41,27 @@ struct ol_context;
|
||||
CDF_STATUS ol_cds_init(cdf_device_t cdf_dev, void *hif_ctx);
|
||||
void ol_cds_free(void);
|
||||
|
||||
/**
|
||||
* struct hif_config_info - Place Holder for hif confiruation
|
||||
* @enable_uart_print: UART Print
|
||||
* @enable_self_recovery: Self Recovery
|
||||
* @enable_fw_log: To Enable FW LOG
|
||||
* @enable_lpass_support: LPASS support
|
||||
* @enable_ramdump_collection: Ramdump Collection
|
||||
*
|
||||
* Structure for holding ini parameters.
|
||||
*/
|
||||
|
||||
struct ol_config_info {
|
||||
bool enable_uart_print;
|
||||
bool enable_self_recovery;
|
||||
bool enable_fw_log;
|
||||
bool enable_lpass_support;
|
||||
bool enable_ramdump_collection;
|
||||
};
|
||||
|
||||
void ol_init_ini_config(struct ol_context *ol_ctx,
|
||||
struct ol_config_info *cfg);
|
||||
#ifdef HIF_PCI
|
||||
void bmi_cleanup(struct ol_context *scn);
|
||||
CDF_STATUS bmi_done(struct ol_context *ol_ctx);
|
||||
|
Reference in New Issue
Block a user