summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2015-07-19 19:33:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-22 21:26:25 -0700
commitbcdcc1ea06be6851c5dfd885e9ac3b1388bbd36b (patch)
treec83ab0d3160f4b319aa12caa0165f6eee67ae871 /drivers/staging/rtl8192e/rtl8192e/rtl_core.h
parent9c4a55d1dac3cd17aad9944f1647e2ade5a6345f (diff)
downloadtalos-obmc-linux-bcdcc1ea06be6851c5dfd885e9ac3b1388bbd36b.tar.gz
talos-obmc-linux-bcdcc1ea06be6851c5dfd885e9ac3b1388bbd36b.zip
staging: rtl8192e: Rename rtl8192_hw_sleep_wq
Use naming schema found in other rtlwifi devices. Rename rtl8192_hw_sleep_wq to rtl92e_hw_sleep_wq. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl8192e/rtl_core.h')
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/rtl_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
index 4938be77c7b1..397e93c3e224 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
@@ -590,7 +590,7 @@ void force_pci_posting(struct net_device *dev);
void rtl92e_rx_enable(struct net_device *);
void rtl92e_tx_enable(struct net_device *);
-void rtl8192_hw_sleep_wq(void *data);
+void rtl92e_hw_sleep_wq(void *data);
void rtl92e_commit(struct net_device *dev);
void rtl92e_check_rfctrl_gpio_timer(unsigned long data);
OpenPOWER on IntegriCloud