Socket CF driver, the Zaurus, and monitor mode

Ian Goldberg ian at cypherpunks.ca
Sat Jun 22 03:47:39 EST 2002


On Fri, 21 Jun 2002 13:30:05 -0400, Ian Goldberg wrote:
> - I patch my 2.4.6 kernel using these patches, in order:
> 
> http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless.v12.diff
> http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw_handlers.w13-5.diff
> http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw_handlers.w14-5.diff

One thing I forget to mention: the compile initially fails, beause
in net/core/wirelesss.c, WE_EVENT_NETLINK is unconditionally #define'd.
This causes compile-time errors in the event that CONFIG_RTNETLINK isn't
defined.

I simply wrapped the definition of WE_EVENT_NETLINK in an
"#ifdef CONFIG_RTNETLINK".  I hope that's OK.
        
   - Ian




More information about the wireless mailing list