1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
8 * Purpose: Handles the management command interface functions
23 WLAN_CMD_INIT_MAC80211
,
27 WLAN_CMD_CHANGE_ANTENNA
34 WLAN_CMD_INIT_MAC80211_START
,
35 WLAN_CMD_SETPOWER_START
,
36 WLAN_CMD_TBTT_WAKEUP_START
,
37 WLAN_CMD_BECON_SEND_START
,
38 WLAN_CMD_CHANGE_ANTENNA_START
,
44 void vnt_reset_command_timer(struct vnt_private
*priv
);
46 int vnt_schedule_command(struct vnt_private
*priv
, enum vnt_cmd
);
48 void vnt_run_command(struct work_struct
*work
);
50 #endif /* __WCMD_H__ */