浏览代码

qcacmn: Read AC ID from the firmware event

Read AC ID from the firmware event(ATF) received.
The AC ID sent by the firmware is used to (un)block
tx traffic with ATF enabled

Change-Id: I4efedea26495b262f1c55fab3a1fc2824e1509f7
CRs-Fixed: 2306297
Jeffin Mammen 6 年之前
父节点
当前提交
5a03bd4d96
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      wmi_unified_non_tlv.c

+ 1 - 0
wmi_unified_non_tlv.c

@@ -8402,6 +8402,7 @@ static QDF_STATUS extract_tx_data_traffic_ctrl_ev_non_tlv(
 	ev->peer_ast_idx = evt->peer_ast_idx;
 	ev->vdev_id = evt->vdev_id;
 	ev->ctrl_cmd = evt->ctrl_cmd;
+	ev->wmm_ac = evt->wmm_ac;
 
 	return QDF_STATUS_SUCCESS;
 }