summaryrefslogtreecommitdiff
path: root/drivers/net/mlx4/fw.h
diff options
context:
space:
mode:
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>2011-03-22 22:37:59 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-03-23 19:24:19 (GMT)
commit14c07b1358ede1664652bb9b28d9ace5fe6f7f92 (patch)
tree05fa72b9680e85923d938edd8e4963bbac0b629b /drivers/net/mlx4/fw.h
parent1fb9876e9bf895ea4127ff17180f1b2ab37771b6 (diff)
downloadlinux-fsl-qoriq-14c07b1358ede1664652bb9b28d9ace5fe6f7f92.tar.xz
mlx4: Wake on LAN support
The driver queries the FW for WOL support. Ethtool get/set_wol is implemented accordingly. Only magic packets are supported at the time. Signed-off-by: Igor Yarovinsky <igory@mellanox.co.il> Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mlx4/fw.h')
-rw-r--r--drivers/net/mlx4/fw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mlx4/fw.h b/drivers/net/mlx4/fw.h
index 65cc72e..f7b9cc2 100644
--- a/drivers/net/mlx4/fw.h
+++ b/drivers/net/mlx4/fw.h
@@ -80,6 +80,7 @@ struct mlx4_dev_cap {
u16 stat_rate_support;
int udp_rss;
int loopback_support;
+ int wol;
u32 flags;
int reserved_uars;
int uar_size;