qcacmn: Add cal data version check status enums in host
Add WMI host defines to check cal data status and use appropriate copy macros to take care of big-endian conversion. Change-Id: I4358761e807ac584c638b6e36229dbbbb85bf651 CRs-Fixed: 1105756
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
@@ -7071,4 +7071,17 @@ typedef struct {
|
||||
uint32_t cal_ok; /* filled with CALIBRATION_STATUS enum value */
|
||||
} wmi_host_pdev_check_cal_version_event;
|
||||
|
||||
/**
|
||||
* enum WMI_HOST_CALIBRATION_STATUS - Host defined Enums for cal status
|
||||
* @WMI_HOST_NO_FEATURE: The board was calibrated with a meta
|
||||
* which did not have this feature
|
||||
* @WMI_HOST_CALIBRATION_OK: The calibration status is OK
|
||||
* @WMI_HOST_CALIBRATION_NOT_OK: The calibration status is NOT OK
|
||||
*/
|
||||
enum WMI_HOST_CALIBRATION_STATUS {
|
||||
WMI_HOST_NO_FEATURE = 0,
|
||||
WMI_HOST_CALIBRATION_OK,
|
||||
WMI_HOST_CALIBRATION_NOT_OK,
|
||||
};
|
||||
|
||||
#endif /* _WMI_UNIFIED_PARAM_H_ */
|
||||
|
Reference in New Issue
Block a user