commit | 6f92c66f7190b1677ea666249b72298723392115 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Wed Jun 01 10:36:33 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 02 14:43:56 2011 -0700 |
tree | e2ad3c8f3f146011396d77360fdcea32846ceb8c | |
parent | afab2d2999e9c12cf319e1f19da9a0a754560d80 [diff] |
bonding: allow all slave speeds No need to check for 10, 100, 1000, 10000 explicitly. Just make this generic and check for invalid values only (similar check is in ethtool userspace app). This enables correct speed handling for slave devices with "nonstandard" speeds. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Reviewed-by: Nicolas de Pesloüan <nicolas.2p.debian@free.fr> Signed-off-by: David S. Miller <davem@davemloft.net>