diff options
author | David S. Miller <davem@davemloft.net> | 2011-06-21 01:29:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-21 01:29:08 -0400 |
commit | 9f6ec8d697c08963d83880ccd35c13c5ace716ea (patch) | |
tree | ad8d93cf6fcdd09b86ade09f5fcbbc66cdb1cca2 /include/linux/ethtool.h | |
parent | 4aa3a715551c93eda32d79bd52042ce500bd5383 (diff) | |
parent | 56299378726d5f2ba8d3c8cbbd13cb280ba45e4f (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
drivers/net/wireless/rtlwifi/pci.c
net/netfilter/ipvs/ip_vs_core.c
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index dfd34934213..048d0fa38d0 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -268,7 +268,7 @@ struct ethtool_pauseparam { | |||
268 | __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */ | 268 | __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */ |
269 | 269 | ||
270 | /* If the link is being auto-negotiated (via ethtool_cmd.autoneg | 270 | /* If the link is being auto-negotiated (via ethtool_cmd.autoneg |
271 | * being true) the user may set 'autonet' here non-zero to have the | 271 | * being true) the user may set 'autoneg' here non-zero to have the |
272 | * pause parameters be auto-negotiated too. In such a case, the | 272 | * pause parameters be auto-negotiated too. In such a case, the |
273 | * {rx,tx}_pause values below determine what capabilities are | 273 | * {rx,tx}_pause values below determine what capabilities are |
274 | * advertised. | 274 | * advertised. |
@@ -798,7 +798,7 @@ bool ethtool_invalid_flags(struct net_device *dev, u32 data, u32 supported); | |||
798 | * @get_tx_csum: Deprecated as redundant. Report whether transmit checksums | 798 | * @get_tx_csum: Deprecated as redundant. Report whether transmit checksums |
799 | * are turned on or off. | 799 | * are turned on or off. |
800 | * @set_tx_csum: Deprecated in favour of generic netdev features. Turn | 800 | * @set_tx_csum: Deprecated in favour of generic netdev features. Turn |
801 | * transmit checksums on or off. Returns a egative error code or zero. | 801 | * transmit checksums on or off. Returns a negative error code or zero. |
802 | * @get_sg: Deprecated as redundant. Report whether scatter-gather is | 802 | * @get_sg: Deprecated as redundant. Report whether scatter-gather is |
803 | * enabled. | 803 | * enabled. |
804 | * @set_sg: Deprecated in favour of generic netdev features. Turn | 804 | * @set_sg: Deprecated in favour of generic netdev features. Turn |
@@ -1072,7 +1072,7 @@ struct ethtool_ops { | |||
1072 | /* The following are all involved in forcing a particular link | 1072 | /* The following are all involved in forcing a particular link |
1073 | * mode for the device for setting things. When getting the | 1073 | * mode for the device for setting things. When getting the |
1074 | * devices settings, these indicate the current mode and whether | 1074 | * devices settings, these indicate the current mode and whether |
1075 | * it was foced up into this mode or autonegotiated. | 1075 | * it was forced up into this mode or autonegotiated. |
1076 | */ | 1076 | */ |
1077 | 1077 | ||
1078 | /* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */ | 1078 | /* The forced speed, 10Mb, 100Mb, gigabit, 2.5Gb, 10GbE. */ |