
If do not define QCA_WIFI_3_0, it alloc ipa uc tx buffer by qdf_nbuf_alloc, but free by qdf_mem_free_consistent, which cause memory leak. Solution is freeing with corresponding method. Change-Id: I407712e545acfe5aeef8c8afa58785e42556ca02 CRs-Fixed: 2061922