netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/net/usb/asix: bug in asix_get_wol
@ 2011-12-11  1:02 Eugene
  2011-12-11 23:29 ` Grant Grundler
  0 siblings, 1 reply; 8+ messages in thread
From: Eugene @ 2011-12-11  1:02 UTC (permalink / raw)
  To: netdev, grundler

Dear kernel devs,

Thanks for the commit at
http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commitdiff;h=4ad1438f025ed8d1e4e95a796ca7f0ad5a22c378,
It successfully stops my adapter from dying when wake-on-lan gets
enabled. However, I've noticed that it has broken asix_get_wol - the
lines

       if (opt & AX_MONITOR_LINK)
               wolinfo->wolopts |= WAKE_PHY;
       if (opt & AX_MONITOR_MAGIC)
               wolinfo->wolopts |= WAKE_MAGIC;

have been accidentally removed. The vendor driver has them, and I've
successfully tested a kernel with these lines included. The change is
too small for me to bother sending in a properly formatted patch...


Cheers,
Eugene

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-17  2:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11  1:02 drivers/net/usb/asix: bug in asix_get_wol Eugene
2011-12-11 23:29 ` Grant Grundler
2011-12-13 13:03   ` Eugene
2011-12-15 16:48     ` Grant Grundler
2011-12-16  3:37       ` ASIX Allan Email [office]
2011-12-16  5:15       ` ASIX Allan Email [office]
2011-12-16 22:15         ` Grant Grundler
2011-12-17  2:35           ` allan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).