|
@@ -26,6 +26,11 @@ int __lbs_cmd(struct lbs_private *priv, uint16_t command,
|
|
|
int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *),
|
|
|
unsigned long callback_arg);
|
|
|
|
|
|
+struct cmd_ctrl_node *__lbs_cmd_async(struct lbs_private *priv,
|
|
|
+ uint16_t command, struct cmd_header *in_cmd, int in_cmd_size,
|
|
|
+ int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *),
|
|
|
+ unsigned long callback_arg);
|
|
|
+
|
|
|
int lbs_set_power_adapt_cfg(struct lbs_private *priv, int enable, int8_t p0,
|
|
|
int8_t p1, int8_t p2);
|
|
|
|