qcacmn: Add support for AoA data extraction

Extract AoA data from WMI_PEER_CFR_CAPTURE_EVENTID.

Change-Id: I827ef735f46a3ed1bed61fda2d9bd39fd631f40d
CRs-Fixed: 2502029
This commit is contained in:
Abhiram Jogadenu
2019-08-09 11:23:50 +05:30
committed by nshrivas
부모 8c730b08c0
커밋 d465314ffd
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -7501,6 +7501,7 @@ struct vap_tidmap_prec_params {
* Each of these 8-bit RSSI reports is in dBm units. 0x80 means invalid.
* Unused bytes within used chain_rssi indices will be 0x80.
* Unused rssi_chain indices will be set to 0x80808080.
* @chain_phase: Per chain phase of peer for upto WMI_HOST_MAX_CHAINS.
*/
typedef struct {
uint32_t capture_method;
@@ -7518,6 +7519,7 @@ typedef struct {
uint32_t timestamp_us;
uint32_t counter;
uint32_t chain_rssi[WMI_HOST_MAX_CHAINS];
uint16_t chain_phase[WMI_HOST_MAX_CHAINS];
} wmi_cfr_peer_tx_event_param;
/**