commit | fd85ba612bf1291689cdd935af3ba2732d9eed61 | [log] [tgz] |
---|---|---|
author | Krunal Soni <ksoni@codeaurora.org> | Mon Jul 11 08:18:53 2016 -0700 |
committer | Nandini Suresh <snandini@codeaurora.org> | Mon Jul 18 12:28:11 2016 -0700 |
tree | 2a4bfb7372966f6521a09729a4061a3a33d1f841 | |
parent | b86f62603032b7d6e1314987a9a29366202910a3 [diff] |
qcacld-3.0: Fix assert in wma_rx_service_ready_ext_event API In case of legacy/old platform, extended caps are not provided and number of supported hw modes is expected to come as zero. Due to bug in a code, driver is going ahead and try to allocated memory with size of 0 bytes which is causing the assert. Change-Id: I37adf5ba4e1b1100af06da0a37466a5531be5880 CRs-Fixed: 1040063