diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-23 11:04:07 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-23 11:04:07 +0200 |
commit | c3144fc46f987413df10e83659f0bf1aad76f79e (patch) | |
tree | a09f3c13c32664a617d3981ae111436c3127ccc3 /drivers/net/netxen/netxen_nic.h | |
parent | sh: unwinder: cacheline align slab cache objects. (diff) | |
parent | sh: drop static UIO clocks for sh7722, sh7723 and sh7724 (diff) | |
download | linux-c3144fc46f987413df10e83659f0bf1aad76f79e.tar.xz linux-c3144fc46f987413df10e83659f0bf1aad76f79e.zip |
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
Diffstat (limited to 'drivers/net/netxen/netxen_nic.h')
-rw-r--r-- | drivers/net/netxen/netxen_nic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h index f86e05047d19..a9c1fcca5e75 100644 --- a/drivers/net/netxen/netxen_nic.h +++ b/drivers/net/netxen/netxen_nic.h @@ -1254,7 +1254,7 @@ struct netxen_adapter { u8 mc_enabled; u8 max_mc_count; u8 rss_supported; - u8 resv2; + u8 link_changed; u32 resv3; u8 has_link_events; |