Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279051
b: refs/heads/master
c: f87ce5b
h: refs/heads/master
i:
  279049: e4f7a8a
  279047: 3413728
v: v3
  • Loading branch information
allan authored and David S. Miller committed Dec 23, 2011
1 parent 59c8cc4 commit 2e06ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30e7dfe76e3e9a3f2b72be38c48562317d7795ab
refs/heads/master: f87ce5b254d4eb5b5ec2bfcc78d714fa0e249288
6 changes: 5 additions & 1 deletion trunk/drivers/net/usb/asix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e06ab2

Please sign in to comment.