X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fethtool.h;h=ae757bcf128035d08d4fd65540d2f5539492385b;hb=27660515a21bf913e3208ded3f27abd0529fae0e;hp=b297f288f6eb837415982d4eef6b3cb3fe2eb1dd;hpb=736561a01f11114146b1b7f82d486fa9c95828ef;p=karo-tx-linux.git diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index b297f288f6eb..ae757bcf1280 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -648,6 +648,9 @@ enum ethtool_sfeatures_retval_bits { #include +/* needed by dev_disable_lro() */ +extern int __ethtool_set_flags(struct net_device *dev, u32 flags); + struct ethtool_rx_ntuple_flow_spec_container { struct ethtool_rx_ntuple_flow_spec fs; struct list_head list;