mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 22:55:53 -04:00
staging: rtl8192e: Rename r8192_wx_get_PromiscuousMode
Use naming schema found in other rtlwifi devices. Rename r8192_wx_get_PromiscuousMode to _rtl92e_wx_get_promisc_mode. 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
b821768a77
commit
e792cf88de
@@ -1095,9 +1095,9 @@ static int r8192_wx_set_PromiscuousMode(struct net_device *dev,
|
||||
}
|
||||
|
||||
|
||||
static int r8192_wx_get_PromiscuousMode(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *wrqu, char *extra)
|
||||
static int _rtl92e_wx_get_promisc_mode(struct net_device *dev,
|
||||
struct iw_request_info *info,
|
||||
union iwreq_data *wrqu, char *extra)
|
||||
{
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
struct rtllib_device *ieee = priv->rtllib;
|
||||
@@ -1215,7 +1215,7 @@ static iw_handler r8192_private_handler[] = {
|
||||
(iw_handler)NULL,
|
||||
(iw_handler)NULL,
|
||||
(iw_handler)r8192_wx_set_PromiscuousMode,
|
||||
(iw_handler)r8192_wx_get_PromiscuousMode,
|
||||
(iw_handler)_rtl92e_wx_get_promisc_mode,
|
||||
};
|
||||
|
||||
static struct iw_statistics *r8192_get_wireless_stats(struct net_device *dev)
|
||||
|
||||
Reference in New Issue
Block a user