06 Sep, 2008
2 commits
-
This splits the PHY allocation from the PHY init.
This is needed in order to properly support Analog handling.Signed-off-by: Michael Buesch
Signed-off-by: John W. Linville -
This moves the remaining code from phy.c to phy_a.c
phy.c is removed.
No functional change. Just moving code and removing dead code.Signed-off-by: Michael Buesch
Signed-off-by: John W. Linville
30 Aug, 2008
1 commit
-
This patch implements a dynamic "ops" based PHY API.
This is needed in order to conveniently support future PHY types
to avoid the "switch"-hell.This patch does not change any functionality. It just moves lots
of code from one place to another and adjusts it for the changed
data structures.Signed-off-by: Michael Buesch
Signed-off-by: John W. Linville