mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-22 10:19:51 +00:00
staging: vt6656: rf.c rename RFbRFTableDownload to vnt_rf_table_download.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
21bba58ae1
commit
c49d7550e5
drivers/staging/vt6656
@ -1040,8 +1040,7 @@ int BBbVT3184Init(struct vnt_private *priv)
|
||||
vnt_control_out_u8(priv, MESSAGE_REQUEST_BBREG, 0x04, 0x7f);
|
||||
vnt_control_out_u8(priv, MESSAGE_REQUEST_BBREG, 0x0d, 0x01);
|
||||
|
||||
RFbRFTableDownload(priv);
|
||||
|
||||
vnt_rf_table_download(priv);
|
||||
|
||||
/* Fix for TX USB resets from vendors driver */
|
||||
vnt_control_in(priv, MESSAGE_TYPE_READ, USB_REG4,
|
||||
|
@ -992,7 +992,7 @@ void vnt_rf_rssi_to_dbm(struct vnt_private *priv, u8 rssi, long *dbm)
|
||||
*dbm = -1 * (a + b * 2);
|
||||
}
|
||||
|
||||
void RFbRFTableDownload(struct vnt_private *priv)
|
||||
void vnt_rf_table_download(struct vnt_private *priv)
|
||||
{
|
||||
u16 length1 = 0, length2 = 0, length3 = 0;
|
||||
u8 *addr1 = NULL, *addr2 = NULL, *addr3 = NULL;
|
||||
|
@ -61,6 +61,6 @@ int vnt_rf_write_embedded(struct vnt_private *, u32);
|
||||
int vnt_rf_setpower(struct vnt_private *, u32, u32);
|
||||
int vnt_rf_set_txpower(struct vnt_private *, u8, u32);
|
||||
void vnt_rf_rssi_to_dbm(struct vnt_private *, u8, long *);
|
||||
void RFbRFTableDownload(struct vnt_private *pDevice);
|
||||
void vnt_rf_table_download(struct vnt_private *);
|
||||
|
||||
#endif /* __RF_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user