libertas: fix handling of command timeout, completion and interruption
[cascardo/linux.git] / drivers / net / wireless / libertas / cmd.h
index 7109d6b..b280ef7 100644 (file)
@@ -59,6 +59,8 @@ int lbs_allocate_cmd_buffer(struct lbs_private *priv);
 int lbs_free_cmd_buffer(struct lbs_private *priv);
 
 int lbs_execute_next_command(struct lbs_private *priv);
+void __lbs_complete_command(struct lbs_private *priv, struct cmd_ctrl_node *cmd,
+                           int result);
 void lbs_complete_command(struct lbs_private *priv, struct cmd_ctrl_node *cmd,
                          int result);
 int lbs_process_command_response(struct lbs_private *priv, u8 *data, u32 len);