Commit 11f24fd1 authored by Mateusz Kulikowski's avatar Mateusz Kulikowski Committed by Greg Kroah-Hartman

staging: rtl8192e: Rename r8192_wx_set_scan_type

Use naming schema found in other rtlwifi devices.
Rename r8192_wx_set_scan_type to _rtl92e_wx_set_scan_type.
Signed-off-by: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fe13d010
...@@ -774,7 +774,7 @@ static int r8192_wx_set_enc(struct net_device *dev, ...@@ -774,7 +774,7 @@ static int r8192_wx_set_enc(struct net_device *dev,
return ret; return ret;
} }
static int r8192_wx_set_scan_type(struct net_device *dev, static int _rtl92e_wx_set_scan_type(struct net_device *dev,
struct iw_request_info *aa, struct iw_request_info *aa,
union iwreq_data *wrqu, char *p) union iwreq_data *wrqu, char *p)
{ {
...@@ -1195,7 +1195,7 @@ static const struct iw_priv_args r8192_private_args[] = { ...@@ -1195,7 +1195,7 @@ static const struct iw_priv_args r8192_private_args[] = {
static iw_handler r8192_private_handler[] = { static iw_handler r8192_private_handler[] = {
(iw_handler)_rtl92e_wx_set_debug, /*SIOCIWSECONDPRIV*/ (iw_handler)_rtl92e_wx_set_debug, /*SIOCIWSECONDPRIV*/
(iw_handler)r8192_wx_set_scan_type, (iw_handler)_rtl92e_wx_set_scan_type,
(iw_handler)_rtl92e_wx_set_rawtx, (iw_handler)_rtl92e_wx_set_rawtx,
(iw_handler)_rtl92e_wx_force_reset, (iw_handler)_rtl92e_wx_force_reset,
(iw_handler)NULL, (iw_handler)NULL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment