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 rtl819x_ethtool_get_drvinfo
Use naming schema found in other rtlwifi devices. Rename rtl819x_ethtool_get_drvinfo to _rtl92e_ethtool_get_drvinfo. 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
288adaf5a6
commit
f4b27f60dc
@@ -29,8 +29,8 @@
|
||||
|
||||
#include "rtl_core.h"
|
||||
|
||||
static void rtl819x_ethtool_get_drvinfo(struct net_device *dev,
|
||||
struct ethtool_drvinfo *info)
|
||||
static void _rtl92e_ethtool_get_drvinfo(struct net_device *dev,
|
||||
struct ethtool_drvinfo *info)
|
||||
{
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
|
||||
@@ -48,6 +48,6 @@ static u32 rtl819x_ethtool_get_link(struct net_device *dev)
|
||||
}
|
||||
|
||||
const struct ethtool_ops rtl819x_ethtool_ops = {
|
||||
.get_drvinfo = rtl819x_ethtool_get_drvinfo,
|
||||
.get_drvinfo = _rtl92e_ethtool_get_drvinfo,
|
||||
.get_link = rtl819x_ethtool_get_link,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user