aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRoopa Prabhu <roprabhu@cisco.com>2010-08-10 18:55:26 +0000
committerDavid S. Miller <davem@davemloft.net>2010-08-17 02:32:59 -0700
commit1f76da51f58eda3a027e71e98404b80fcad2d80d (patch)
treec3d308fa44541cbfe7e53a6f596bfe450bc7ba46 /drivers
parentenic: Check if rq/wq buf not NULL before freeing them (diff)
downloadlinux-dev-1f76da51f58eda3a027e71e98404b80fcad2d80d.tar.xz
linux-dev-1f76da51f58eda3a027e71e98404b80fcad2d80d.zip
enic: Mark intr_timer in vnic_enet_config as deprecated
Signed-off-by: Scott Feldman <scofeldm@cisco.com> Signed-off-by: Roopa Prabhu <roprabhu@cisco.com> Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/enic/vnic_enet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/enic/vnic_enet.h b/drivers/net/enic/vnic_enet.h
index 3b3291248956..e8740e3704e4 100644
--- a/drivers/net/enic/vnic_enet.h
+++ b/drivers/net/enic/vnic_enet.h
@@ -30,7 +30,7 @@ struct vnic_enet_config {
u32 wq_desc_count;
u32 rq_desc_count;
u16 mtu;
- u16 intr_timer;
+ u16 intr_timer_deprecated;
u8 intr_timer_type;
u8 intr_mode;
char devname[16];