Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f87ce5b2 authored by allan's avatar allan Committed by David S. Miller
Browse files

drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issue



Fixed the asix_get_wol() routine reported wrong wol status issue.

Signed-off-by: default avatarAllan Chou <allan@asix.com.tw>
Tested-by: default avatarEugene &lt;elubarsky@gmail.com&gt;; Allan Chou <allan@asix.com.tw>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 30e7dfe7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#include <linux/usb/usbnet.h>
#include <linux/slab.h>

#define DRIVER_VERSION "08-Nov-2011"
#define DRIVER_VERSION "22-Dec-2011"
#define DRIVER_NAME "asix"

/* ASIX AX8817X based USB 2.0 Ethernet Devices */
@@ -689,6 +689,10 @@ asix_get_wol(struct net_device *net, struct ethtool_wolinfo *wolinfo)
	}
	wolinfo->supported = WAKE_PHY | WAKE_MAGIC;
	wolinfo->wolopts = 0;
	if (opt & AX_MONITOR_LINK)
		wolinfo->wolopts |= WAKE_PHY;
	if (opt & AX_MONITOR_MAGIC)
		wolinfo->wolopts |= WAKE_MAGIC;
}

static int