Luis R. Rodriguez schrieb: > On Sat, Jan 21, 2012 at 5:44 AM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: >> __cancel_delayed_work is needed by include/net/bluetooth/l2cap.h and >> not available in old kernel versions. This was just copied from the >> kernel. >> >> This should also go into compat-wireless-stable-3.3. >> >> Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > > Thanks! Applied all onto compat-wireless.git and compat.git, in > addition to the linux-3.3.y branch for compat.git as you indicated for > this patch. Will roll out a new tarball right away. BTW: I've to apply always the following patch to some older compat-wireless packages (3.2 e.g) to get it compiled with kernel 3.1: --- drivers/misc/eeprom/Makefile.orig 2012-01-10 02:10:51.000000000 +0100 +++ drivers/misc/eeprom/Makefile 2012-01-10 05:14:40.082494612 +0100 @@ -1,3 +1,3 @@ obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o -obj-$(CONFIG_EEPROM_93XX46) += eeprom_93xx46.o +# obj-$(CONFIG_EEPROM_93XX46) += eeprom_93xx46.o obj-$(CONFIG_EEPROM_DIGSY_MTC_CFG) += digsy_mtc_eeprom.o Is this eventually needed in 3.3, too? Thanks, Andreas -- 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