Commit 68cc161e authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timer

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 57981a65
...@@ -1135,7 +1135,7 @@ vt6656_probe(struct usb_interface *intf, const struct usb_device_id *id) ...@@ -1135,7 +1135,7 @@ vt6656_probe(struct usb_interface *intf, const struct usb_device_id *id)
usb_device_reset(priv); usb_device_reset(priv);
MP_CLEAR_FLAG(priv, fMP_DISCONNECTED); MP_CLEAR_FLAG(priv, fMP_DISCONNECTED);
vResetCommandTimer(priv); vnt_reset_command_timer(priv);
vnt_schedule_command(priv, WLAN_CMD_INIT_MAC80211); vnt_schedule_command(priv, WLAN_CMD_INIT_MAC80211);
......
...@@ -202,7 +202,7 @@ int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd command) ...@@ -202,7 +202,7 @@ int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd command)
} }
void vResetCommandTimer(struct vnt_private *priv) void vnt_reset_command_timer(struct vnt_private *priv)
{ {
priv->free_cmd_queue = CMD_Q_SIZE; priv->free_cmd_queue = CMD_Q_SIZE;
priv->cmd_dequeue_idx = 0; priv->cmd_dequeue_idx = 0;
......
...@@ -59,7 +59,7 @@ enum vnt_cmd_state { ...@@ -59,7 +59,7 @@ enum vnt_cmd_state {
struct vnt_private; struct vnt_private;
void vResetCommandTimer(struct vnt_private *); void vnt_reset_command_timer(struct vnt_private *);
int vnt_schedule_command(struct vnt_private *, enum vnt_cmd); int vnt_schedule_command(struct vnt_private *, enum vnt_cmd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment