Tiva PHY Interrupts: Need to read the PHY interrupt status register in order to clear the pending PHY interrupt

This commit is contained in:
Gregory Nutt
2015-01-05 15:12:45 -06:00
parent 9f2803737d
commit 207835bd0d
3 changed files with 42 additions and 26 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ static int phy_handler(FAR struct phy_notify_s *client)
/* Signal the client that the PHY has something interesting to say to us */
#ifdef CONFIG_CAN_PASS_STRUCTS
#ifdef CONFIG_CAN_PASS_STRUCTS
value.sival_ptr = client->arg;
ret = sigqueue(client->pid, client->signo, value);
#else