Commit 314e5caa authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6655: baseband.h remove pDevice from struct vnt_private pointer

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 930a021f
...@@ -80,11 +80,11 @@ void vnt_get_phy_field(struct vnt_private *, u32 frame_length, ...@@ -80,11 +80,11 @@ void vnt_get_phy_field(struct vnt_private *, u32 frame_length,
bool BBbReadEmbedded(void __iomem *dwIoBase, unsigned char byBBAddr, unsigned char *pbyData); bool BBbReadEmbedded(void __iomem *dwIoBase, unsigned char byBBAddr, unsigned char *pbyData);
bool BBbWriteEmbedded(void __iomem *dwIoBase, unsigned char byBBAddr, unsigned char byData); bool BBbWriteEmbedded(void __iomem *dwIoBase, unsigned char byBBAddr, unsigned char byData);
void BBvSetShortSlotTime(struct vnt_private *pDevice); void BBvSetShortSlotTime(struct vnt_private *);
void BBvSetVGAGainOffset(struct vnt_private *pDevice, unsigned char byData); void BBvSetVGAGainOffset(struct vnt_private *, unsigned char byData);
/* VT3253 Baseband */ /* VT3253 Baseband */
bool BBbVT3253Init(struct vnt_private *pDevice); bool BBbVT3253Init(struct vnt_private *);
void BBvSoftwareReset(void __iomem *dwIoBase); void BBvSoftwareReset(void __iomem *dwIoBase);
void BBvPowerSaveModeON(void __iomem *dwIoBase); void BBvPowerSaveModeON(void __iomem *dwIoBase);
void BBvPowerSaveModeOFF(void __iomem *dwIoBase); void BBvPowerSaveModeOFF(void __iomem *dwIoBase);
...@@ -105,9 +105,9 @@ TimerState1CallBack( ...@@ -105,9 +105,9 @@ TimerState1CallBack(
unsigned long unsigned long
); );
void BBvAntennaDiversity(struct vnt_private *pDevice, void BBvAntennaDiversity(struct vnt_private *,
unsigned char byRxRate, unsigned char bySQ3); unsigned char byRxRate, unsigned char bySQ3);
void void
BBvClearAntDivSQ3Value(struct vnt_private *pDevice); BBvClearAntDivSQ3Value(struct vnt_private *);
#endif /* __BASEBAND_H__ */ #endif /* __BASEBAND_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment