Trying to emerge net-wireless/hostap-driver-0.1.2-r1 on a kernel without CONFIG_NET_RADIO enabled yields the following: Building the following drivers: pci plx Makefile:45: WARNING: Linux wireless extensions, CONFIG_NET_RADIO, not enabled in the kernel The ebuild then proceeds and bombs out with the same error as Bug #50852 if emerged on a system running a 2.6 kernel, so I would expect that the ebuild might succeed against a 2.4 kernel, but then things would not work. This is a little tricky, since the driver will most likely build against a kernel without CONFIG_NET_RADIO enabled, but then it will not work. In the interest of providing the user with sensible defaults and having the ebuild Just Work(TM), I would recommend that we make the absence of CONFIG_NET_RADIO a show-stopper.
hostap{-driver,-utils,d}-0.2.4 is now in portage. wpa-supplicant will follow after some more testing...
Argh. Sorry - wrong bug report.
A check for CONFIG_NET_RADIO was added to net-wireless/hostap-driver-0.2.5.
This is FIXED InCVS.