瀏覽代碼

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 年之前
父節點
當前提交
689aa38d1e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      wmi/src/wmi_unified_non_tlv.c

+ 1 - 0
wmi/src/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;
 }