mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 03:06:50 -04:00
staging: rtl8192e: Rename r8192_wx_get_name
Use naming schema found in other rtlwifi devices. Rename r8192_wx_get_name to _rtl92e_wx_get_name. 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
062cd9b401
commit
17bbe9866d
@@ -589,9 +589,9 @@ static int r8192_wx_set_freq(struct net_device *dev, struct iw_request_info *a,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int r8192_wx_get_name(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *wrqu, char *extra)
|
||||
static int _rtl92e_wx_get_name(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *wrqu, char *extra)
|
||||
{
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
|
||||
@@ -1117,7 +1117,7 @@ static int r8192_wx_get_PromiscuousMode(struct net_device *dev,
|
||||
|
||||
#define IW_IOCTL(x) ((x) - SIOCSIWCOMMIT)
|
||||
static iw_handler r8192_wx_handlers[] = {
|
||||
[IW_IOCTL(SIOCGIWNAME)] = r8192_wx_get_name,
|
||||
[IW_IOCTL(SIOCGIWNAME)] = _rtl92e_wx_get_name,
|
||||
[IW_IOCTL(SIOCSIWFREQ)] = r8192_wx_set_freq,
|
||||
[IW_IOCTL(SIOCGIWFREQ)] = _rtl92e_wx_get_freq,
|
||||
[IW_IOCTL(SIOCSIWMODE)] = r8192_wx_set_mode,
|
||||
|
||||
Reference in New Issue
Block a user