On Sun, 2008-05-18 at 14:43 -0400, John Goulah wrote: > Hello, > > Went to install the new version and found that it wasn't installing > the iwl4965 driver. I did a diff against my last good version (back > in April so not sure how long its been like this) We introduced the virtual CONFIG_IWLWIFI in recent wireless-testing. It is a tristate when either CONFIG_IWL3945 or CONFIG_IWLCORE is selected. It doesn't appear in the old kernel you are compiling against. Maybe someone need to make a patch for Kconfig in compact-wireless? Thanks, -yi > I noticed this change, and when I reverted it back, the driver built fine: > > > compat-wireless-2008-05-18$ diff -u > /usr/local/src/compat-wireless-2008-04-08/drivers/net/wireless/Makefile > drivers/net/wireless/Makefile > --- /usr/local/src/compat-wireless-2008-04-08/drivers/net/wireless/Makefile > 2008-04-08 00:12:21.000000000 -0400 > +++ drivers/net/wireless/Makefile 2008-05-18 00:11:30.000000000 -0400 > @@ -23,12 +23,9 @@ > > obj-$(CONFIG_ADM8211) += adm8211.o > > -obj-$(CONFIG_IWL3945) += iwlwifi/ > -obj-$(CONFIG_IWL4965) += iwlwifi/ > +obj-$(CONFIG_IWLWIFI) += iwlwifi/ > obj-$(CONFIG_RT2X00) += rt2x00/ > > > > > > Hope this helps to straighten this issue out. > > > Thanks, > John > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html