Hello.
I was helping a friend compile his kernel and got the error about the
undefined reference.. grepping showed it was there, and exported, so i
proceded to add mii.o to drivers/net/Makefile like this:
obj-$(CONFIG_R8169) += mii.o r8169.o
and starts the build again, and it succeeded..
mvh.
Kasper Sandberg