File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ static const unsigned char by_vt3253_init_tab_rfmd[CB_VT3253_INIT_FOR_RFMD][2] =
499
499
};
500
500
501
501
#define CB_VT3253B0_INIT_FOR_RFMD 256
502
- static const unsigned char byVT3253B0_RFMD [CB_VT3253B0_INIT_FOR_RFMD ][2 ] = {
502
+ static const unsigned char vt3253b0_rfmd [CB_VT3253B0_INIT_FOR_RFMD ][2 ] = {
503
503
{0x00 , 0x31 },
504
504
{0x01 , 0x00 },
505
505
{0x02 , 0x00 },
@@ -2005,8 +2005,8 @@ bool bb_vt3253_init(struct vnt_private *priv)
2005
2005
} else {
2006
2006
for (ii = 0 ; ii < CB_VT3253B0_INIT_FOR_RFMD ; ii ++ )
2007
2007
result &= bb_write_embedded (priv ,
2008
- byVT3253B0_RFMD [ii ][0 ],
2009
- byVT3253B0_RFMD [ii ][1 ]);
2008
+ vt3253b0_rfmd [ii ][0 ],
2009
+ vt3253b0_rfmd [ii ][1 ]);
2010
2010
2011
2011
for (ii = 0 ; ii < CB_VT3253B0_AGC_FOR_RFMD2959 ; ii ++ )
2012
2012
result &= bb_write_embedded (priv ,
You can’t perform that action at this time.
0 commit comments