linux/drivers/staging/vt6656/wcmd.c

// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
 * All rights reserved.
 *
 * Purpose: Handles the management command interface functions
 *
 * Author: Lyndon Chen
 *
 * Date: May 8, 2003
 *
 * Functions:
 *	vnt_cmd_complete - Command Complete function
 *	vnt_schedule_command - Push Command and wait Command Scheduler to do
 *	vnt_cmd_timer_wait- Call back timer
 *
 * Revision History:
 *
 */

#include "device.h"
#include "mac.h"
#include "wcmd.h"
#include "power.h"
#include "usbpipe.h"
#include "rxtx.h"
#include "rf.h"

static void vnt_cmd_timer_wait(struct vnt_private *priv, unsigned long msecs)
{}

static u32 add_one_with_wrap_around(u32 var, u8 modulo)
{}

static int vnt_cmd_complete(struct vnt_private *priv)
{}

void vnt_run_command(struct work_struct *work)
{}

int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd command)
{}

void vnt_reset_command_timer(struct vnt_private *priv)
{}