staging: rtl8192e: Remove rtl819x_process_cck_rxpathsel()
Function is empty. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9d9d0e3698
commit
59eda5eecd
3 changed files with 0 additions and 10 deletions
|
@ -1731,8 +1731,6 @@ static void rtl8192_process_phyinfo(struct r8192_priv *priv, u8 *buffer,
|
||||||
if (!bcheck)
|
if (!bcheck)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
rtl819x_process_cck_rxpathsel(priv, prev_st);
|
|
||||||
|
|
||||||
priv->stats.num_process_phyinfo++;
|
priv->stats.num_process_phyinfo++;
|
||||||
if (!prev_st->bIsCCK && prev_st->bPacketToSelf) {
|
if (!prev_st->bIsCCK && prev_st->bPacketToSelf) {
|
||||||
for (rfpath = RF90_PATH_A; rfpath < RF90_PATH_C; rfpath++) {
|
for (rfpath = RF90_PATH_A; rfpath < RF90_PATH_C; rfpath++) {
|
||||||
|
|
|
@ -2012,12 +2012,6 @@ rtl819x_update_rxsignalstatistics8190pci(
|
||||||
weighting) / 6;
|
weighting) / 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
void rtl819x_process_cck_rxpathsel(struct r8192_priv *priv,
|
|
||||||
struct rtllib_rx_stats *pprevious_stats)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
u8 rtl819x_query_rxpwrpercentage(char antpower)
|
u8 rtl819x_query_rxpwrpercentage(char antpower)
|
||||||
{
|
{
|
||||||
if ((antpower <= -100) || (antpower >= 20))
|
if ((antpower <= -100) || (antpower >= 20))
|
||||||
|
|
|
@ -635,8 +635,6 @@ long rtl819x_translate_todbm(struct r8192_priv *priv, u8 signal_strength_index);
|
||||||
void rtl819x_update_rxsignalstatistics8190pci(struct r8192_priv *priv,
|
void rtl819x_update_rxsignalstatistics8190pci(struct r8192_priv *priv,
|
||||||
struct rtllib_rx_stats *pprevious_stats);
|
struct rtllib_rx_stats *pprevious_stats);
|
||||||
u8 rtl819x_evm_dbtopercentage(char value);
|
u8 rtl819x_evm_dbtopercentage(char value);
|
||||||
void rtl819x_process_cck_rxpathsel(struct r8192_priv *priv,
|
|
||||||
struct rtllib_rx_stats *pprevious_stats);
|
|
||||||
u8 rtl819x_query_rxpwrpercentage(char antpower);
|
u8 rtl819x_query_rxpwrpercentage(char antpower);
|
||||||
void rtl8192_record_rxdesc_forlateruse(struct rtllib_rx_stats *psrc_stats,
|
void rtl8192_record_rxdesc_forlateruse(struct rtllib_rx_stats *psrc_stats,
|
||||||
struct rtllib_rx_stats *ptarget_stats);
|
struct rtllib_rx_stats *ptarget_stats);
|
||||||
|
|
Loading…
Add table
Reference in a new issue