[PATCH] i386: Update defconfig
[safe/jmp/linux-2.6] / drivers / net / chelsio / common.h
index 55f1eaa..74758d2 100644 (file)
@@ -228,6 +228,7 @@ struct adapter_params {
        unsigned short chip_revision;
        unsigned char  chip_version;
        unsigned char  is_asic;
+       unsigned char  has_msi;
 };
 
 struct link_config {
@@ -278,7 +279,7 @@ struct adapter {
        struct petp   *tp;
 
        struct port_info port[MAX_NPORTS];
-       struct work_struct stats_update_task;
+       struct delayed_work stats_update_task;
        struct timer_list stats_update_timer;
 
        spinlock_t tpi_lock;