enic: fixes for review items from Ben Hutchings
authorScott Feldman <scofeldm@cisco.com>
Wed, 24 Sep 2008 18:23:32 +0000 (11:23 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 25 Sep 2008 00:48:30 +0000 (20:48 -0400)
commit25f0a061d9e491c4b17976065443271e2ddd383f
treec7c70e7aa6590e2fb8a3174642b0b8cc06b9448a
parentd9c3c57ffc23b562a6ef8da794fc9702e1c3b328
enic: fixes for review items from Ben Hutchings

Fixes for review items from Ben Hutchings:
 - use netdev->net_stats rather than private net_stats
 - use ethtool op .get_sset_count rather than .get_stats_count
 - err out if setting Tx/Rx csum or TSO using ethtool and setting is
   not enabled for device.
 - pass in jiffies + constant to round_jiffies
 - return err if new MTU is out-of-bounds

Signed-off-by: Scott Feldman <scofeldm@cisco.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/enic/enic.h
drivers/net/enic/enic_main.c