diff options
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | 2010-09-24 21:27:41 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-24 21:27:41 -0700 |
commit | 543876c92837a8b208b5c99ec225c1f5a581900e (patch) | |
tree | 7a183a1bc3e8974b994e4bad1861ddd0f33ac7e7 /drivers/net/stmmac/common.h | |
parent | 77555ee7228234257957fd54daa0b69178906320 (diff) | |
download | kernel_samsung_tuna-543876c92837a8b208b5c99ec225c1f5a581900e.zip kernel_samsung_tuna-543876c92837a8b208b5c99ec225c1f5a581900e.tar.gz kernel_samsung_tuna-543876c92837a8b208b5c99ec225c1f5a581900e.tar.bz2 |
stmmac: review the wake-up support
If the PM support is available this is passed
through the platform instead to be hard-coded
in the core files.
WoL on Magic Frame can be enabled by using
the ethtool support.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac/common.h')
-rw-r--r-- | drivers/net/stmmac/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/stmmac/common.h b/drivers/net/stmmac/common.h index 673ef86..dec7ce4 100644 --- a/drivers/net/stmmac/common.h +++ b/drivers/net/stmmac/common.h @@ -238,7 +238,6 @@ struct mac_device_info { struct stmmac_ops *mac; struct stmmac_desc_ops *desc; struct stmmac_dma_ops *dma; - unsigned int pmt; /* support Power-Down */ struct mii_regs mii; /* MII register Addresses */ struct mac_link link; }; |