qcacmn: Handle deprecated interface calls to IPA
As IPA has moved out of the kernel, ipa_uc_reg_rdyCB interface call from WLAN is not needed anymore as ipa_wdi_init_per_inst() initialization call will handle this. This change will add support to retain this call only for legacy devices. Change-Id: Icb479562e091d388e03ef5a38b3e95d4dbf06271 CRs-Fixed: 3459071
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c7eaf5ac98
commit
59a36d8e87
@@ -577,7 +577,7 @@ QDF_STATUS htt_h2t_rx_cce_super_rule_setup(struct htt_soc *soc, void *param)
|
||||
|
||||
pkt = htt_htc_pkt_alloc(soc);
|
||||
if (!pkt) {
|
||||
dp_htt_err("%pK: Fail to allocate dp_htt_htc_pkt buffer");
|
||||
dp_htt_err("Fail to allocate dp_htt_htc_pkt buffer");
|
||||
qdf_assert(0);
|
||||
qdf_nbuf_free(msg);
|
||||
return QDF_STATUS_E_NOMEM;
|
||||
|
Reference in New Issue
Block a user