Skip to content

Commit cff7326

Browse files
Philipp Hortmanngregkh
authored andcommitted
staging: vt6656: Removed unused variable vt3342_vnt_threshold
Missing part of staging: vt6656: Remove unused rf_type in baseband.c Reported-by: kernel test robot <[email protected]> Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/6e1ef287e66039f9013435f8fa1266de7387df2e.1647284830.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 203b43d commit cff7326

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

drivers/staging/vt6656/baseband.c

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -167,30 +167,6 @@ static const struct vnt_threshold vt3226_vnt_threshold[] = {
167167
{41, 0xff, 0x00}
168168
};
169169

170-
static const struct vnt_threshold vt3342_vnt_threshold[] = {
171-
{0, 0x00, 0x38}, /* Max sensitivity */
172-
{66, 0x00, 0x43},
173-
{65, 0x00, 0x52},
174-
{64, 0x00, 0x68},
175-
{63, 0x00, 0x80},
176-
{62, 0x00, 0x9c},
177-
{61, 0x00, 0xc0},
178-
{60, 0x00, 0xea},
179-
{59, 0x01, 0x30},
180-
{58, 0x01, 0x70},
181-
{57, 0x01, 0xb0},
182-
{56, 0x02, 0x30},
183-
{55, 0x02, 0xc0},
184-
{53, 0x04, 0x00},
185-
{51, 0x07, 0x00},
186-
{49, 0x0a, 0x00},
187-
{47, 0x11, 0x00},
188-
{45, 0x18, 0x00},
189-
{43, 0x26, 0x00},
190-
{42, 0x36, 0x00},
191-
{41, 0xff, 0x00}
192-
};
193-
194170
/*
195171
* Description: Set Antenna mode
196172
*

0 commit comments

Comments
 (0)