]> bbs.cooldavid.org Git - jme.git/commit
ethtool: Use full 32 bit speed range in ethtool's set_settings
authorDavid Decotigny <decot@google.com>
Wed, 27 Apr 2011 18:32:39 +0000 (18:32 +0000)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Sat, 25 Jun 2011 05:53:48 +0000 (13:53 +0800)
commit035550c996c305b72743ccbe60764bfa3aae30e6
tree2d57d12c403d88fc071137a091ec6f6bd38c8777
parentaa4d6a67ff8109a4e8449c13e31139300e3f9923
ethtool: Use full 32 bit speed range in ethtool's set_settings

This makes sure the ethtool's set_settings() callback of network
drivers don't ignore the 16 most significant bits when ethtool calls
their set_settings().

All drivers compiled with make allyesconfig on x86_64 have been
updated.

Signed-off-by: David Decotigny <decot@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
jme.c