diff options
author | Dhananjay Phadke <dhananjay@netxen.com> | 2009-02-24 19:38:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-24 19:38:44 -0500 |
commit | 4da129421f898147235a3e6b40234d789df208b7 (patch) | |
tree | 228a1ee837ddeff591cd4c420e3a2c850ae7075c /drivers/net/netxen/netxen_nic_hdr.h | |
parent | ba599d4f0d2071abc049cb6345eab510a8a3643e (diff) |
netxen: advertise wake-on-lan support
Add ethtool wake on lan support.
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen/netxen_nic_hdr.h')
-rw-r--r-- | drivers/net/netxen/netxen_nic_hdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic_hdr.h b/drivers/net/netxen/netxen_nic_hdr.h index 269a1f70688..4695246072f 100644 --- a/drivers/net/netxen/netxen_nic_hdr.h +++ b/drivers/net/netxen/netxen_nic_hdr.h | |||
@@ -858,6 +858,9 @@ enum { | |||
858 | #define NETXEN_PORT_MODE_ADDR (NETXEN_CAM_RAM(0x24)) | 858 | #define NETXEN_PORT_MODE_ADDR (NETXEN_CAM_RAM(0x24)) |
859 | #define NETXEN_WOL_PORT_MODE (NETXEN_CAM_RAM(0x198)) | 859 | #define NETXEN_WOL_PORT_MODE (NETXEN_CAM_RAM(0x198)) |
860 | 860 | ||
861 | #define NETXEN_WOL_CONFIG_NV (NETXEN_CAM_RAM(0x184)) | ||
862 | #define NETXEN_WOL_CONFIG (NETXEN_CAM_RAM(0x188)) | ||
863 | |||
861 | #define NX_PEG_TUNE_MN_PRESENT 0x1 | 864 | #define NX_PEG_TUNE_MN_PRESENT 0x1 |
862 | #define NX_PEG_TUNE_CAPABILITY (NETXEN_CAM_RAM(0x02c)) | 865 | #define NX_PEG_TUNE_CAPABILITY (NETXEN_CAM_RAM(0x02c)) |
863 | 866 | ||