.. | .. |
---|
1 | | -// SPDX-License-Identifier: GPL-2.0+ |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
2 | 2 | /* |
---|
3 | 3 | * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. |
---|
4 | 4 | * All rights reserved. |
---|
.. | .. |
---|
44 | 44 | void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type); |
---|
45 | 45 | void CARDvUpdateBasicTopRate(struct vnt_private *priv); |
---|
46 | 46 | bool CARDbIsOFDMinBasicRate(struct vnt_private *priv); |
---|
47 | | -void CARDvSetLoopbackMode(struct vnt_private *priv, unsigned short wLoopbackMode); |
---|
48 | | -bool CARDbSoftwareReset(struct vnt_private *priv); |
---|
49 | 47 | void CARDvSetFirstNextTBTT(struct vnt_private *priv, |
---|
50 | 48 | unsigned short wBeaconInterval); |
---|
51 | 49 | void CARDvUpdateNextTBTT(struct vnt_private *priv, u64 qwTSF, |
---|
.. | .. |
---|
56 | 54 | unsigned char CARDbyGetPktType(struct vnt_private *priv); |
---|
57 | 55 | void CARDvSafeResetTx(struct vnt_private *priv); |
---|
58 | 56 | void CARDvSafeResetRx(struct vnt_private *priv); |
---|
59 | | -bool CARDbRadioPowerOff(struct vnt_private *priv); |
---|
60 | | -bool CARDbRadioPowerOn(struct vnt_private *priv); |
---|
| 57 | +void CARDbRadioPowerOff(struct vnt_private *priv); |
---|
61 | 58 | bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type); |
---|
62 | 59 | bool CARDbUpdateTSF(struct vnt_private *priv, unsigned char byRxRate, |
---|
63 | 60 | u64 qwBSSTimestamp); |
---|
64 | | -bool CARDbSetBeaconPeriod(struct vnt_private *priv, unsigned short wBeaconInterval); |
---|
| 61 | +bool CARDbSetBeaconPeriod(struct vnt_private *priv, |
---|
| 62 | + unsigned short wBeaconInterval); |
---|
65 | 63 | |
---|
66 | 64 | #endif /* __CARD_H__ */ |
---|