Sergey Ryazanov b1cc215d27 ath25: 4.9: fix Ethernet tiny issues
Few tiny fixes for issues caused by changes in the upstream:
 - do not touch PHY IRQ array (core code initializes it itself now)
 - add missed SET_NETDEV_DEV() invocation (causes segfault during phy
   connection)
 - use phy API inside the MDIO probe function instead of direct field
   access (consider phy structure changes in upstream and prevent
   similar issues in the future)

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
2017-06-07 06:46:52 +02:00
..
2016-09-04 13:35:11 +02:00
2017-05-03 23:20:12 +08:00
2017-04-12 12:13:16 +02:00
2017-05-31 08:45:26 +02:00
2017-02-10 11:05:57 +01:00
2017-05-25 19:01:07 +02:00
2016-09-04 13:35:11 +02:00
2017-01-10 12:49:34 +01:00
2017-05-29 23:50:35 +02:00
2017-05-26 15:43:26 -07:00