Loading
qcacld-3.0: Update proper mgmt tx complete status in host
FW updates the mgmt tx packet status to host using tx complete event, enum WMI_MGMT_TX_COMP_STATUS_TYPE. Presently host checks for enum WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK as mgmt tx success and for rest all status enums treats as NO_ACK. As FW can drop mgmt frames and updates host with WMI_MGMT_TX_COMP_TYPE_DISCARD or WMI_MGMT_TX_COMP_TYPE_INSPECT which is not equivalent to NO_ACK. Hence update proper value of mgmt tx complete status in host from the mgmt tx complete event. Change-Id: Id507a85c4b4dec407eae0626488b92e4db5eb5ec CRs-Fixed: 2827138