Loading drivers/staging/vt6655/rf.c +2 −10 Original line number Diff line number Diff line Loading @@ -755,11 +755,7 @@ bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char byRFType, * Return Value: true if succeeded; false if failed. * */ bool RFbSetPower( struct vnt_private *priv, unsigned int rate, u16 uCH ) bool RFbSetPower(struct vnt_private *priv, unsigned int rate, u16 uCH) { bool ret = true; unsigned char byPwr = 0; Loading Loading @@ -891,11 +887,7 @@ bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr, * */ void RFvRSSITodBm( struct vnt_private *priv, unsigned char byCurrRSSI, long *pldBm ) RFvRSSITodBm(struct vnt_private *priv, unsigned char byCurrRSSI, long *pldBm) { unsigned char byIdx = (((byCurrRSSI & 0xC0) >> 6) & 0x03); long b = (byCurrRSSI & 0x3F); Loading Loading
drivers/staging/vt6655/rf.c +2 −10 Original line number Diff line number Diff line Loading @@ -755,11 +755,7 @@ bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char byRFType, * Return Value: true if succeeded; false if failed. * */ bool RFbSetPower( struct vnt_private *priv, unsigned int rate, u16 uCH ) bool RFbSetPower(struct vnt_private *priv, unsigned int rate, u16 uCH) { bool ret = true; unsigned char byPwr = 0; Loading Loading @@ -891,11 +887,7 @@ bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr, * */ void RFvRSSITodBm( struct vnt_private *priv, unsigned char byCurrRSSI, long *pldBm ) RFvRSSITodBm(struct vnt_private *priv, unsigned char byCurrRSSI, long *pldBm) { unsigned char byIdx = (((byCurrRSSI & 0xC0) >> 6) & 0x03); long b = (byCurrRSSI & 0x3F); Loading