staging: rtl8192e: Rename rtl8192_commit
Use naming schema found in other rtlwifi devices. Rename rtl8192_commit to rtl92e_commit. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1c0a7c0e62
commit
bc4f2cc90d
|
@ -2276,7 +2276,7 @@ static int rtl8192_down(struct net_device *dev, bool shutdownrf)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void rtl8192_commit(struct net_device *dev)
|
||||
void rtl92e_commit(struct net_device *dev)
|
||||
{
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
|
||||
|
@ -2296,7 +2296,7 @@ static void rtl8192_restart(void *data)
|
|||
|
||||
down(&priv->wx_sem);
|
||||
|
||||
rtl8192_commit(dev);
|
||||
rtl92e_commit(dev);
|
||||
|
||||
up(&priv->wx_sem);
|
||||
}
|
||||
|
|
|
@ -591,7 +591,7 @@ void rtl8192_rx_enable(struct net_device *);
|
|||
void rtl8192_tx_enable(struct net_device *);
|
||||
|
||||
void rtl8192_hw_sleep_wq(void *data);
|
||||
void rtl8192_commit(struct net_device *dev);
|
||||
void rtl92e_commit(struct net_device *dev);
|
||||
|
||||
void rtl92e_check_rfctrl_gpio_timer(unsigned long data);
|
||||
|
||||
|
|
|
@ -824,7 +824,7 @@ static int r8192_wx_set_retry(struct net_device *dev,
|
|||
}
|
||||
|
||||
|
||||
rtl8192_commit(dev);
|
||||
rtl92e_commit(dev);
|
||||
exit:
|
||||
up(&priv->wx_sem);
|
||||
|
||||
|
|
Loading…
Reference in New Issue