ath25: 4.9: fix Ethernet link autonegotiation
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Tue, 6 Jun 2017 22:49:38 +0000 (01:49 +0300)
committerJohn Crispin <john@phrozen.org>
Wed, 7 Jun 2017 04:47:03 +0000 (06:47 +0200)
commit3e3d482c98024aadd94200acfdf811c43b5cd7c4
tree14e40dae11a127f6e470b8ac3f60ad7f8238549b
parentb1cc215d276855a0ec910e953e6b49cfe0721719
ath25: 4.9: fix Ethernet link autonegotiation

Drop the own PHY polling function and switch to using the kernel PHY
state machine. This change allows driver to work correctly with devices
that do not support PHY behaviour but whose driver could emulate
autonegotiation completion (e.g. MV88E6060 and IP17xx switches).

NB: earlier this driver rely on flaws in PHY core code and could use PHY
device without really starting it. But now (at least in kernel 4.9)
this trick no more work and network interface could stuck in not-running
state.

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
target/linux/ath25/patches-4.9/110-ar2313_ethernet.patch
target/linux/ath25/patches-4.9/220-enet_micrel_workaround.patch