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:28:12 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-22 21:24:21 -0700
commitbc4f2cc90d214e81bb75c5b63a8c919779f32a6a (patch)
treee17416e287353a29e9749702a7dbf00777f76163 /drivers/staging/rtl8192e/rtl8192e/rtl_core.h
parent1c0a7c0e622a94eeb2da1d249757753f903eb79b (diff)
downloadtalos-obmc-linux-bc4f2cc90d214e81bb75c5b63a8c919779f32a6a.tar.gz
talos-obmc-linux-bc4f2cc90d214e81bb75c5b63a8c919779f32a6a.zip
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>
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 5a7a54f9dc9b..65679846484c 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h
@@ -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);
OpenPOWER on IntegriCloud