mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
staging: rtl8192e: Rename r8192_wx_set_gen_ie
Use naming schema found in other rtlwifi devices. Rename r8192_wx_set_gen_ie to _rtl92e_wx_set_gen_ie. 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
a1f1c8b077
commit
49d650e7ab
@@ -1017,9 +1017,9 @@ static int r8192_wx_set_mlme(struct net_device *dev,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int r8192_wx_set_gen_ie(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *data, char *extra)
|
||||
static int _rtl92e_wx_set_gen_ie(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *data, char *extra)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
@@ -1148,7 +1148,7 @@ static iw_handler r8192_wx_handlers[] = {
|
||||
[IW_IOCTL(SIOCGIWENCODE)] = _rtl92e_wx_get_enc,
|
||||
[IW_IOCTL(SIOCSIWPOWER)] = r8192_wx_set_power,
|
||||
[IW_IOCTL(SIOCGIWPOWER)] = _rtl92e_wx_get_power,
|
||||
[IW_IOCTL(SIOCSIWGENIE)] = r8192_wx_set_gen_ie,
|
||||
[IW_IOCTL(SIOCSIWGENIE)] = _rtl92e_wx_set_gen_ie,
|
||||
[IW_IOCTL(SIOCGIWGENIE)] = _rtl92e_wx_get_gen_ie,
|
||||
[IW_IOCTL(SIOCSIWMLME)] = r8192_wx_set_mlme,
|
||||
[IW_IOCTL(SIOCSIWAUTH)] = _rtl92e_wx_set_auth,
|
||||
|
||||
Reference in New Issue
Block a user