Commit d373a0ce authored by Mateusz Kulikowski's avatar Mateusz Kulikowski Committed by Greg Kroah-Hartman
Browse files

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: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99f1859f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ static int r8192se_wx_set_force_lps(struct net_device *dev,

}

static int r8192_wx_set_debugflag(struct net_device *dev,
static int _rtl92e_wx_set_debug(struct net_device *dev,
				struct iw_request_info *info,
				union iwreq_data *wrqu, char *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,