Re: [PATCH 2/2] net: calxedaxgmac: Wake-on-LAN fixes

2013-03-29 Thread David Miller
From: Rob Herring Date: Thu, 28 Mar 2013 16:32:45 -0500 > From: Rob Herring > > WOL is broken because the magic packet status bit is getting set rather > than the enable bit. The PMT interrupt is not getting serviced because > the PMT interrupt is also enabled on the global interrupt, but not >

[PATCH 2/2] net: calxedaxgmac: Wake-on-LAN fixes

2013-03-28 Thread Rob Herring
From: Rob Herring WOL is broken because the magic packet status bit is getting set rather than the enable bit. The PMT interrupt is not getting serviced because the PMT interrupt is also enabled on the global interrupt, but not cleared by the global interrupt and the global interrupt is higher pr