In order to get PHY interrupts, they must be enabled at the PHY (still don't get PHY interrupts)

This commit is contained in:
Gregory Nutt
2014-08-17 13:03:18 -06:00
parent 5ba42680ac
commit e04ab2bcfc
9 changed files with 382 additions and 14 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ static int phy_handler(FAR struct phy_notify_s *client)
int errcode = errno;
DEBUGASSERT(errcode > 0);
ndbg("ERROR: sigqueue failed: %d\n", errcode);
nlldbg("ERROR: sigqueue failed: %d\n", errcode);
UNUSED(errcode);
}