소스 검색

qcacmn: Send HT/VHT CAPs IE to firmware per band

Send HT/VHT CAPs IE to firmware per band. This will allow certain
features like LDPC to be configured per band.

Change-Id: I21c83af984f9be3ade46121ef148b52568c3ad0f
CRs-Fixed: 1059454
Naveen Rawat 9 년 전
부모
커밋
71268886fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wmi_unified_param.h

+ 1 - 0
wmi_unified_param.h

@@ -2598,6 +2598,7 @@ struct vdev_ie_info_param {
 	uint32_t ie_id;
 	uint32_t length;
 	uint32_t ie_source;
+	uint32_t band;
 	uint8_t *data;
 };