Dave Jones wrote :
> 
> I accidentally ended up with a config that set NET_RADIO off,
> and NET_WIRELESS_RTNETLINK on, which blew up thus..

        Good catch !
        Actually, in 2.6.17, NET_RADIO and WIRELESS_EXT were
separated. So, I would suggest the following instead :

-----------------------------------------
 config NET_WIRELESS_RTNETLINK
        bool "Wireless Extension API over RtNetlink"
+       select WIRELESS_EXT
        ---help---
          Support the Wireless Extension API over the RtNetlink socket
          in addition to the traditional ioctl interface (selected above).
-----------------------------------------

        Have fun...

        Jean
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to