aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/core/ethtool.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c
index 120786a196d0..87dc556fd9d6 100644
--- a/net/core/ethtool.c
+++ b/net/core/ethtool.c
@@ -817,11 +817,8 @@ int dev_ethtool(struct ifreq *ifr)
817 817
818 /* Allow some commands to be done by anyone */ 818 /* Allow some commands to be done by anyone */
819 switch(ethcmd) { 819 switch(ethcmd) {
820 case ETHTOOL_GSET:
821 case ETHTOOL_GDRVINFO: 820 case ETHTOOL_GDRVINFO:
822 case ETHTOOL_GWOL:
823 case ETHTOOL_GMSGLVL: 821 case ETHTOOL_GMSGLVL:
824 case ETHTOOL_GLINK:
825 case ETHTOOL_GCOALESCE: 822 case ETHTOOL_GCOALESCE:
826 case ETHTOOL_GRINGPARAM: 823 case ETHTOOL_GRINGPARAM:
827 case ETHTOOL_GPAUSEPARAM: 824 case ETHTOOL_GPAUSEPARAM:
@@ -829,7 +826,6 @@ int dev_ethtool(struct ifreq *ifr)
829 case ETHTOOL_GTXCSUM: 826 case ETHTOOL_GTXCSUM:
830 case ETHTOOL_GSG: 827 case ETHTOOL_GSG:
831 case ETHTOOL_GSTRINGS: 828 case ETHTOOL_GSTRINGS:
832 case ETHTOOL_GSTATS:
833 case ETHTOOL_GTSO: 829 case ETHTOOL_GTSO:
834 case ETHTOOL_GPERMADDR: 830 case ETHTOOL_GPERMADDR:
835 case ETHTOOL_GUFO: 831 case ETHTOOL_GUFO: