commit | 6078a89c0724d4ecf62ecd35e13b4460534a295a | [log] [tgz] |
---|---|---|
author | Ashish Kumar Dhanotiya <adhanoti@codeaurora.org> | Fri Nov 01 20:50:20 2019 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Wed Dec 11 16:12:28 2019 -0800 |
tree | 6ec2da18a838d651fce1df1cc973e2bda839f8c8 | |
parent | 45ac9f5bf7448832f535abf0f7e0a732246f0a7c [diff] |
qcacmn: Add support for oem data event Currently use of comamnd QCA_NL80211_VENDOR_SUBCMD_OEM_DATA is to pass data blobs from Application to FW but there is no mechanism to send the data blobs from FW to Application. To meet the above requirement update the usage of existing OEM DATA command to use it as a vendor event as well to send data blob from host to Application. Change-Id: I8df98f850f4dd56f55dba43c5364a52c425ba9ed CRs-Fixed: 2573468