diff -ur ipw2200-1.2.2/Makefile ipw2200-1.2.2-inject/Makefile --- ipw2200-1.2.2/Makefile 2007-01-05 10:53:21.000000000 +0800 +++ ipw2200-1.2.2-inject/Makefile 2007-05-31 23:36:46.000000000 +0800 @@ -13,7 +13,7 @@ # NOTE: If you have previously added the IPW project to your kernel # and configured it for inclusion, these settings will be # overridden by your kernel configuration. -ifndef CONFIG_IPW2200 +#ifndef CONFIG_IPW2200 EXTERNAL_BUILD=y CONFIG_IPW2200=m CONFIG_IPW2200_DEBUG=y @@ -30,16 +30,16 @@ # simply uncomment: # # NOTE: To use RADIOTAP you must also enable MONITOR above. -#CONFIG_IPW2200_RADIOTAP=y +CONFIG_IPW2200_RADIOTAP=y # The above monitor mode provides standard monitor mode. The following # will create a new interface (named rtap%d) which will be sent all # 802.11 frames received on the interface # # NOTE: To use PROMISCUOUS you must also enable MONITOR above. -#CONFIG_IPW2200_PROMISCUOUS=y +CONFIG_IPW2200_PROMISCUOUS=y -endif +#endif # We have to add drivers/net/wireless until ieee802_11.h is in the default # include path