mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
staging: vt6655: remove unused bb_power_save_mode_off() function
The function bb_power_save_mode_off() is not used anywhere, remove it. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20230317065041.16635-3-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d32a62ac84
commit
5001d664e3
@ -2171,28 +2171,6 @@ bb_software_reset(struct vnt_private *priv)
|
||||
bb_write_embedded(priv, 0x9C, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
* Description: Baseband Power Save Mode OFF
|
||||
*
|
||||
* Parameters:
|
||||
* In:
|
||||
* iobase - I/O base address
|
||||
* Out:
|
||||
* none
|
||||
*
|
||||
* Return Value: none
|
||||
*
|
||||
*/
|
||||
void
|
||||
bb_power_save_mode_off(struct vnt_private *priv)
|
||||
{
|
||||
unsigned char by_org_data;
|
||||
|
||||
bb_read_embedded(priv, 0x0D, &by_org_data);
|
||||
by_org_data &= ~(BIT(0));
|
||||
bb_write_embedded(priv, 0x0D, by_org_data);
|
||||
}
|
||||
|
||||
/*
|
||||
* Description: Set Tx Antenna mode
|
||||
*
|
||||
|
@ -63,7 +63,6 @@ void bb_set_vga_gain_offset(struct vnt_private *priv, unsigned char by_data);
|
||||
/* VT3253 Baseband */
|
||||
bool bb_vt3253_init(struct vnt_private *priv);
|
||||
void bb_software_reset(struct vnt_private *priv);
|
||||
void bb_power_save_mode_off(struct vnt_private *priv);
|
||||
void bb_set_tx_antenna_mode(struct vnt_private *priv,
|
||||
unsigned char by_antenna_mode);
|
||||
void bb_set_rx_antenna_mode(struct vnt_private *priv,
|
||||
|
Loading…
Reference in New Issue
Block a user