mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
staging: rtl8192e: Rename r8192_wx_get_retry
Use naming schema found in other rtlwifi devices. Rename r8192_wx_get_retry to _rtl92e_wx_get_retry. 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
5be1e1ff7c
commit
e0c2194574
@@ -833,7 +833,7 @@ static int r8192_wx_set_retry(struct net_device *dev,
|
||||
return err;
|
||||
}
|
||||
|
||||
static int r8192_wx_get_retry(struct net_device *dev,
|
||||
static int _rtl92e_wx_get_retry(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *wrqu, char *extra)
|
||||
{
|
||||
@@ -1140,7 +1140,7 @@ static iw_handler r8192_wx_handlers[] = {
|
||||
[IW_IOCTL(SIOCSIWFRAG)] = r8192_wx_set_frag,
|
||||
[IW_IOCTL(SIOCGIWFRAG)] = _rtl92e_wx_get_frag,
|
||||
[IW_IOCTL(SIOCSIWRETRY)] = r8192_wx_set_retry,
|
||||
[IW_IOCTL(SIOCGIWRETRY)] = r8192_wx_get_retry,
|
||||
[IW_IOCTL(SIOCGIWRETRY)] = _rtl92e_wx_get_retry,
|
||||
[IW_IOCTL(SIOCSIWENCODE)] = r8192_wx_set_enc,
|
||||
[IW_IOCTL(SIOCGIWENCODE)] = _rtl92e_wx_get_enc,
|
||||
[IW_IOCTL(SIOCSIWPOWER)] = r8192_wx_set_power,
|
||||
|
||||
Reference in New Issue
Block a user