diff options
-rw-r--r-- | drivers/staging/et131x/et131x_adapter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/et131x/et131x_adapter.h b/drivers/staging/et131x/et131x_adapter.h index 78f2894d76e..fabc2c593b3 100644 --- a/drivers/staging/et131x/et131x_adapter.h +++ b/drivers/staging/et131x/et131x_adapter.h @@ -147,6 +147,9 @@ struct et131x_adapter { /* Flags that indicate current state of the adapter */ u32 flags; + /* local link state, to determine if a state change has occurred */ + int link; + /* Configuration */ u8 rom_addr[ETH_ALEN]; u8 addr[ETH_ALEN]; |