qcacmn: Export antenna info to the userspace

qcacld-2.0 to qcacld-3.0 propagation
Discard the original wmi interface:
WMI_PEER_ANTDIV_INFO_REQ_CMDID/PEER_ANTDIV_INFO_EVENTID,
replace with the new one:
WMI_PDEV_DIV_GET_RSSI_ANTID_CMDID/WMI_PDEV_DIV_RSSI_ANTID_EVENTID
to support chain value along with corresponding antenna info.

Change-Id: Ie9ea9d160e1ac1e2e65de422c85989159fb5a556
CRs-Fixed: 2220759
This commit is contained in:
lifeng
2018-04-03 19:01:45 +08:00
committed by nshrivas
parent 792933748b
commit fa983052e3

View File

@@ -23126,6 +23126,8 @@ static void populate_tlv_events_id(uint32_t *event_ids)
event_ids[wmi_sar_get_limits_event_id] = WMI_SAR_GET_LIMITS_EVENTID;
event_ids[wmi_obss_color_collision_report_event_id] =
WMI_OBSS_COLOR_COLLISION_DETECTION_EVENTID;
event_ids[wmi_pdev_div_rssi_antid_event_id] =
WMI_PDEV_DIV_RSSI_ANTID_EVENTID;
}
/**