/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * Purpose: Handles 802.11 power management functions * * Author: Lyndon Chen * * Date: July 17, 2002 * */ #ifndef __POWER_H__ #define __POWER_H__ #include "device.h" #define C_PWBT … #define PS_FAST_INTERVAL … #define PS_MAX_INTERVAL … void PSvDisablePowerSaving(struct vnt_private *priv); void PSvEnablePowerSaving(struct vnt_private *priv, unsigned short wListenInterval); bool PSbIsNextTBTTWakeUp(struct vnt_private *priv); #endif /* __POWER_H__ */