]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: vt6656: baseband.c remame abyVT3184_AL2230 to vnt_vt3184_al2230
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 12 Jul 2014 19:12:44 +0000 (20:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 20:29:38 +0000 (13:29 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/baseband.c

index f3640a514a48d9fc0691cd662828f051c1db12b2..586afe5a9c88bb0010241c7edff0fc8409616f51 100644 (file)
@@ -51,7 +51,7 @@ static u8 vnt_vt3184_agc[] = {
        0x38, 0x38, 0x3a, 0x3a, 0x3c, 0x3c, 0x3e, 0x3e  /* 0x3f */
 };
 
-static u8 abyVT3184_AL2230[] = {
+static u8 vnt_vt3184_al2230[] = {
        0x31, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00,
        0x70, 0x45, 0x2a, 0x76, 0x00, 0x00, 0x80, 0x00, /* 0x0f */
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@@ -402,9 +402,9 @@ int BBbVT3184Init(struct vnt_private *priv)
 
        if ((priv->byRFType == RF_AL2230) ||
                                (priv->byRFType == RF_AL2230S)) {
-               priv->byBBRxConf = abyVT3184_AL2230[10];
-               length = sizeof(abyVT3184_AL2230);
-               addr = abyVT3184_AL2230;
+               priv->byBBRxConf = vnt_vt3184_al2230[10];
+               length = sizeof(vnt_vt3184_al2230);
+               addr = vnt_vt3184_al2230;
                agc = vnt_vt3184_agc;
                length_agc = sizeof(vnt_vt3184_agc);
 
@@ -417,9 +417,9 @@ int BBbVT3184Init(struct vnt_private *priv)
                priv->ldBmThreshold[2] = 0;
                priv->ldBmThreshold[3] = 0;
        } else if (priv->byRFType == RF_AIROHA7230) {
-               priv->byBBRxConf = abyVT3184_AL2230[10];
-               length = sizeof(abyVT3184_AL2230);
-               addr = abyVT3184_AL2230;
+               priv->byBBRxConf = vnt_vt3184_al2230[10];
+               length = sizeof(vnt_vt3184_al2230);
+               addr = vnt_vt3184_al2230;
                agc = vnt_vt3184_agc;
                length_agc = sizeof(vnt_vt3184_agc);