mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
staging: rtl8192e: Rename r8192_wx_set_debugflag
Use naming schema found in other rtlwifi devices. Rename r8192_wx_set_debugflag to _rtl92e_wx_set_debug. 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
99f1859f8d
commit
d373a0cebb
@@ -240,9 +240,9 @@ static int r8192se_wx_set_force_lps(struct net_device *dev,
|
||||
|
||||
}
|
||||
|
||||
static int r8192_wx_set_debugflag(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *wrqu, char *extra)
|
||||
static int _rtl92e_wx_set_debug(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *wrqu, char *extra)
|
||||
{
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
u8 c = *extra;
|
||||
@@ -1194,7 +1194,7 @@ static const struct iw_priv_args r8192_private_args[] = {
|
||||
};
|
||||
|
||||
static iw_handler r8192_private_handler[] = {
|
||||
(iw_handler)r8192_wx_set_debugflag, /*SIOCIWSECONDPRIV*/
|
||||
(iw_handler)_rtl92e_wx_set_debug, /*SIOCIWSECONDPRIV*/
|
||||
(iw_handler)r8192_wx_set_scan_type,
|
||||
(iw_handler)r8192_wx_set_rawtx,
|
||||
(iw_handler)_rtl92e_wx_force_reset,
|
||||
|
||||
Reference in New Issue
Block a user