]> git.karo-electronics.de Git - karo-tx-linux.git/commit
atl1c: WAKE_MCAST tested twice, not WAKE_UCAST
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 10 Jun 2009 09:55:03 +0000 (09:55 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 16 Aug 2009 21:18:53 +0000 (14:18 -0700)
commit928ddbc8008ebc8e67058321da280c5c8ba63e61
treef589bed6fc944117917cb7abc18186813f41408f
parent9a3ebfcf36db7ab158b9164dadd4d7727d048918
atl1c: WAKE_MCAST tested twice, not WAKE_UCAST

commit 0ed586d075ef65c0268982e5b7f36d0ffaa95547 upstream.

The WAKE_MCAST bit is tested twice, the first should be WAKE_UCAST.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Jie Yang <jie.yang@atheros.com>
Cc: Jay Cliburn <jcliburn@gmail.com>
Cc: Chris Snook <csnook@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/atl1c/atl1c_ethtool.c