libertas: convert Mesh Blinding Table access to a direct command
Signed-off-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
4c7c6e00f1
commit
5214865560
@@ -51,8 +51,12 @@ struct cmd_ds_command;
|
||||
struct cmd_ds_mesh_access;
|
||||
struct cmd_ds_mesh_config;
|
||||
|
||||
int lbs_cmd_bt_access(struct cmd_ds_command *cmd,
|
||||
u16 cmd_action, void *pdata_buf);
|
||||
int lbs_mesh_bt_add_del(struct lbs_private *priv, bool add, u8 *addr1);
|
||||
int lbs_mesh_bt_reset(struct lbs_private *priv);
|
||||
int lbs_mesh_bt_get_inverted(struct lbs_private *priv, bool *inverted);
|
||||
int lbs_mesh_bt_set_inverted(struct lbs_private *priv, bool inverted);
|
||||
int lbs_mesh_bt_get_entry(struct lbs_private *priv, u32 id, u8 *addr1);
|
||||
|
||||
int lbs_cmd_fwt_access(struct cmd_ds_command *cmd,
|
||||
u16 cmd_action, void *pdata_buf);
|
||||
int lbs_mesh_access(struct lbs_private *priv, uint16_t cmd_action,
|
||||
|
Reference in New Issue
Block a user