[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1316974677-17108-2-git-send-email-mark.einon@gmail.com>
Date: Sun, 25 Sep 2011 19:17:53 +0100
From: Mark Einon <mark.einon@...il.com>
To: gregkh@...e.de
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
o.hartmann@...ovital.com, alan@...ux.intel.com,
Mark Einon <mark.einon@...il.com>
Subject: [PATCH 2/6] staging: et131x: Add link status to adapter struct
This will be used to determine if the link state has changed when the phydev
informs the et131x that a change has occurred (in et131x_adjust_link)
Signed-off-by: Mark Einon <mark.einon@...il.com>
---
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 78f2894..fabc2c5 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];
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists