forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/staging/vt6655/card.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /*
33 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
44 * All rights reserved.
....@@ -44,8 +44,6 @@
4444 void CARDvSetRSPINF(struct vnt_private *priv, u8 bb_type);
4545 void CARDvUpdateBasicTopRate(struct vnt_private *priv);
4646 bool CARDbIsOFDMinBasicRate(struct vnt_private *priv);
47
-void CARDvSetLoopbackMode(struct vnt_private *priv, unsigned short wLoopbackMode);
48
-bool CARDbSoftwareReset(struct vnt_private *priv);
4947 void CARDvSetFirstNextTBTT(struct vnt_private *priv,
5048 unsigned short wBeaconInterval);
5149 void CARDvUpdateNextTBTT(struct vnt_private *priv, u64 qwTSF,
....@@ -56,11 +54,11 @@
5654 unsigned char CARDbyGetPktType(struct vnt_private *priv);
5755 void CARDvSafeResetTx(struct vnt_private *priv);
5856 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);
6158 bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type);
6259 bool CARDbUpdateTSF(struct vnt_private *priv, unsigned char byRxRate,
6360 u64 qwBSSTimestamp);
64
-bool CARDbSetBeaconPeriod(struct vnt_private *priv, unsigned short wBeaconInterval);
61
+bool CARDbSetBeaconPeriod(struct vnt_private *priv,
62
+ unsigned short wBeaconInterval);
6563
6664 #endif /* __CARD_H__ */