소스 검색

qcacmn: Add timestamp param and enable foreign channel exit in scan event

Add timestamp parameter in scan event received from FW to aid
in calculating dwell time and overall channel switch time in
off-channel operations.

Enable foreign channel exit event inorder to be notified
by FW through the scan event.

Change-Id: I4ba028756ee7db35f6528c0554b09c73087184a7
CRs-Fixed: 2056330
Sathish Kumar 8 년 전
부모
커밋
b863315940
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wmi_unified_tlv.c

+ 1 - 0
wmi_unified_tlv.c

@@ -16399,6 +16399,7 @@ static QDF_STATUS extract_vdev_scan_ev_param_tlv(wmi_unified_t wmi_handle,
 	param->requester = evt->requestor;
 	param->scan_id = evt->scan_id;
 	param->vdev_id = evt->vdev_id;
+	param->timestamp = evt->tsf_timestamp;
 
 	return QDF_STATUS_SUCCESS;
 }