mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 14:42:34 -04:00
staging: rtl8192e: Rename rtl8192_hw_wakeup_wq
Use naming schema found in other rtlwifi devices. Rename rtl8192_hw_wakeup_wq to rtl92e_hw_wakeup_wq. 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
43bcb3b4c7
commit
c34b29f7c8
@@ -1035,7 +1035,7 @@ static void rtl8192_init_priv_task(struct net_device *dev)
|
||||
(void *)rtl8192_update_beacon, dev);
|
||||
INIT_WORK_RSL(&priv->qos_activate, (void *)rtl8192_qos_activate, dev);
|
||||
INIT_DELAYED_WORK_RSL(&priv->rtllib->hw_wakeup_wq,
|
||||
(void *) rtl8192_hw_wakeup_wq, dev);
|
||||
(void *) rtl92e_hw_wakeup_wq, dev);
|
||||
INIT_DELAYED_WORK_RSL(&priv->rtllib->hw_sleep_wq,
|
||||
(void *) rtl92e_hw_sleep_wq, dev);
|
||||
tasklet_init(&priv->irq_rx_tasklet,
|
||||
|
||||
@@ -595,7 +595,7 @@ void rtl92e_commit(struct net_device *dev);
|
||||
|
||||
void rtl92e_check_rfctrl_gpio_timer(unsigned long data);
|
||||
|
||||
void rtl8192_hw_wakeup_wq(void *data);
|
||||
void rtl92e_hw_wakeup_wq(void *data);
|
||||
|
||||
void rtl92e_reset_desc_ring(struct net_device *dev);
|
||||
void rtl92e_set_wireless_mode(struct net_device *dev, u8 wireless_mode);
|
||||
|
||||
@@ -77,7 +77,7 @@ void rtl92e_hw_wakeup(struct net_device *dev)
|
||||
rtl92e_set_rf_state(dev, eRfOn, RF_CHANGE_BY_PS, false);
|
||||
}
|
||||
|
||||
void rtl8192_hw_wakeup_wq(void *data)
|
||||
void rtl92e_hw_wakeup_wq(void *data)
|
||||
{
|
||||
struct rtllib_device *ieee = container_of_dwork_rsl(data,
|
||||
struct rtllib_device, hw_wakeup_wq);
|
||||
|
||||
Reference in New Issue
Block a user