]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/misc/mei/mei_dev.h
mei: fix flow control for single buffer clients
[karo-tx-linux.git] / drivers / misc / mei / mei_dev.h
index 87db0976671cabd60e4279d9215d79b44d593e42..96c0290da5fb8cca17bd32e7eb927f8f18c388bb 100644 (file)
@@ -177,6 +177,8 @@ struct mei_fw_status {
  * @props: client properties
  * @client_id: me client id
  * @mei_flow_ctrl_creds: flow control credits
+ * @connect_count: number connections to this client
+ * @reserved: reserved
  */
 struct mei_me_client {
        struct list_head list;
@@ -184,6 +186,8 @@ struct mei_me_client {
        struct mei_client_properties props;
        u8 client_id;
        u8 mei_flow_ctrl_creds;
+       u8 connect_count;
+       u8 reserved;
 };