mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
staging: rtl8192e: Rename dm_check_rx_path_selection
Use naming schema found in other rtlwifi devices. Rename dm_check_rx_path_selection to _rtl92e_dm_check_rx_path_selection. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0a1161264d
commit
6ff542578c
@@ -194,7 +194,7 @@ static void _rtl92e_dm_check_edca_turbo(struct net_device *dev);
|
||||
static void _rtl92e_dm_check_pbc_gpio(struct net_device *dev);
|
||||
|
||||
|
||||
static void dm_check_rx_path_selection(struct net_device *dev);
|
||||
static void _rtl92e_dm_check_rx_path_selection(struct net_device *dev);
|
||||
static void dm_init_rxpath_selection(struct net_device *dev);
|
||||
static void dm_rxpath_sel_byrssi(struct net_device *dev);
|
||||
|
||||
@@ -270,7 +270,7 @@ void rtl92e_dm_watchdog(struct net_device *dev)
|
||||
dm_ctrl_initgain_byrssi(dev);
|
||||
_rtl92e_dm_bandwidth_autoswitch(dev);
|
||||
|
||||
dm_check_rx_path_selection(dev);
|
||||
_rtl92e_dm_check_rx_path_selection(dev);
|
||||
_rtl92e_dm_check_fsync(dev);
|
||||
|
||||
dm_send_rssi_tofw(dev);
|
||||
@@ -2143,7 +2143,7 @@ static void dm_rxpath_sel_byrssi(struct net_device *dev)
|
||||
}
|
||||
}
|
||||
|
||||
static void dm_check_rx_path_selection(struct net_device *dev)
|
||||
static void _rtl92e_dm_check_rx_path_selection(struct net_device *dev)
|
||||
{
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user