]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
authorKim Phillips <kim.phillips@freescale.com>
Mon, 24 Aug 2009 19:32:26 +0000 (14:32 -0500)
committerBen Warren <biggerbadderben@gmail.com>
Tue, 25 Aug 2009 20:35:55 +0000 (13:35 -0700)
commit0d071cdd782e917b43e04869843df31670231ffd
tree077b0aa463af88875c69db7903a85129e945d495
parent4fccb818e7ee1190602e79aa5729a23bc349bf0c
net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete

if you don't have firmware installed for the PHY to come to life, this
wait can be painful - let's give the option to avoid it if we want.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/tsec.c