]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/et131x/et131x_adapter.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[karo-tx-linux.git] / drivers / staging / et131x / et131x_adapter.h
index 6f7bb2dff5a04c6673715e96a7308516b5815d7e..64a678fcb60a511e1e7d243907947312ba01a1aa 100644 (file)
@@ -147,6 +147,20 @@ typedef struct _ce_stats_t {
        u32 InterruptStatus;
 } CE_STATS_t, *PCE_STATS_t;
 
+typedef struct _MP_POWER_MGMT {
+       /* variable putting the phy into coma mode when boot up with no cable
+        * plugged in after 5 seconds
+        */
+       u8 TransPhyComaModeOnBoot;
+
+       /* Next two used to save power information at power down. This
+        * information will be used during power up to set up parts of Power
+        * Management in JAGCore
+        */
+       u16 PowerDownSpeed;
+       u8 PowerDownDuplex;
+} MP_POWER_MGMT, *PMP_POWER_MGMT;
+
 /* The private adapter structure */
 struct et131x_adapter {
        struct net_device *netdev;