diff options
| author | Komal Seelam <kseelam@codeaurora.org> | 2016-02-24 18:42:16 +0530 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@codeaurora.org> | 2016-03-23 13:45:09 -0700 |
| commit | ec702b0afb6c8b921accc9f3498501f7e50aef06 (patch) | |
| tree | ae285a11526b40cf68abfb37b634ad68137e58c0 /core/utils/epping | |
| parent | 9ef9458c04058a3e6b2169db7d63e7d93119245e (diff) | |
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
Diffstat (limited to 'core/utils/epping')
| -rw-r--r-- | core/utils/epping/src/epping_main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/utils/epping/src/epping_main.c b/core/utils/epping/src/epping_main.c index 244f10f641d0..68e03eaa05ce 100644 --- a/core/utils/epping/src/epping_main.c +++ b/core/utils/epping/src/epping_main.c @@ -181,7 +181,6 @@ int epping_enable(struct device *parent_dev) HTC_INIT_INFO htcInfo; struct ol_softc *scn; tSirMacAddr adapter_macAddr; - struct hif_config_info *cfg; struct hif_target_info *tgt_info; struct ol_context *ol_ctx; @@ -216,11 +215,6 @@ int epping_enable(struct device *parent_dev) return -1; } - cfg = hif_get_ini_handle(scn); - - cfg->enable_uart_print = 0; - cfg->enable_fw_log = 0; - tgt_info = hif_get_target_info_handle(scn); /* store target type and target version info in hdd ctx */ |
