On 09/27/2010 11:41 PM, Darren Kirby wrote:

error: 'struct net_device' has no member named 'wireless_handlers'

struct net_device is defined in include/linux/netdevice.h, which includes
this ifdef:

#ifdef CONFIG_WIRELESS_EXT
        /* List of functions to handle Wireless Extensions (instead of ioctl).
         * See <net/iw_handler.h> for details. Jean II */
        const struct iw_handler_def *   wireless_handlers;   <======== NOTE
        /* Instance data managed by the core of Wireless Extensions. */
        struct iw_public_data * wireless_data;
#endif

Looks like your kernel config doesn't have 'wireless extensions', maybe?


Reply via email to