mirror of https://gitee.com/openkylin/linux.git
greybus: greybus_protocols: align DME-attribute values
Align the DME-attribute values in the protocol header. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
b77e3e5658
commit
1b4c4e98eb
|
@ -893,9 +893,9 @@ struct gb_svc_dme_peer_set_response {
|
|||
} __packed;
|
||||
|
||||
/* Attributes for peer get/set operations */
|
||||
#define DME_ATTR_SELECTOR_INDEX 0
|
||||
#define DME_ATTR_SELECTOR_INDEX 0
|
||||
/* FIXME: remove ES2 support and DME_ATTR_T_TST_SRC_INCREMENT */
|
||||
#define DME_ATTR_T_TST_SRC_INCREMENT 0x4083
|
||||
#define DME_ATTR_T_TST_SRC_INCREMENT 0x4083
|
||||
#define DME_ATTR_ES3_INIT_STATUS 0x6101
|
||||
|
||||
/* Return value from init-status attributes listed above */
|
||||
|
|
Loading…
Reference in New Issue