qcacld-3.0: Check for IPA ini config enable
Check if IPA is enabled in ini configuration before doing IPA operations from northbound interface calls. Change-Id: Ic075562c1afe52d26ebefaff058fde7c90d4f7d1 CRs-Fixed: 2215269
This commit is contained in:

committato da
nshrivas

parent
92f6e1513d
commit
bd92bd8f0b
@@ -163,7 +163,13 @@ QDF_STATUS ipa_deinit(void)
|
||||
ipa_info("ipa module dispatcher deinit");
|
||||
|
||||
if (!ipa_is_hw_support()) {
|
||||
ipa_info("ipa hw not present");
|
||||
ipa_info("ipa hw is not present");
|
||||
return status;
|
||||
}
|
||||
|
||||
if (!ipa_config_is_enabled()) {
|
||||
ipa_info("ipa is disabled");
|
||||
ipa_config_mem_free();
|
||||
return status;
|
||||
}
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user