summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rf.c
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-05-27 21:05:21 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-28 14:10:46 -0700
commit4f5290ea3c2ad00cde2b5ec19c678c28cdc65597 (patch)
tree4cfd33d38b09b3e1e82a612870d7a1007ef84a99 /drivers/staging/vt6656/rf.c
parent32c48cb8ba86941631e9b05b87d7ef3834f52703 (diff)
staging: vt6656: rf.c/h rename RFbSetPower to vnt_rf_setpower
Removing camel case Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/rf.c')
-rw-r--r--drivers/staging/vt6656/rf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/rf.c b/drivers/staging/vt6656/rf.c
index b30a37315398..c1e0a795c398 100644
--- a/drivers/staging/vt6656/rf.c
+++ b/drivers/staging/vt6656/rf.c
@@ -734,7 +734,7 @@ int vnt_rf_write_embedded(struct vnt_private *priv, u32 data)
* Return Value: true if succeeded; false if failed.
*
*/
-int RFbSetPower(struct vnt_private *priv, u32 rate, u32 channel)
+int vnt_rf_setpower(struct vnt_private *priv, u32 rate, u32 channel)
{
int ret = true;
u8 power = priv->byCCKPwr;