qcacld-3.0: Handle multiple oem data events for single command
FW can send multiple events for a single oem data command based on the size of the data to be send and the available buffer size. Currenlty sme callback in the oem data event handler wma_oem_event_handler is set to null after it process the event because of which next events for the same command are not processed. To address this issue do not make the sme callback as null in the wma oem event handler. CRs-Fixed: 2714680 Change-Id: Ia435a5bee7ed4d2e16313698052033f8b45a5873
Loading
Please register or sign in to comment