From 8885ae67a74cc797319f82ff9d2afb54dadfdfc7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 21 Jul 2008 15:09:18 +0000 Subject: linux-rp: 2.6.25+2.6.26-rc4 -> 2.6.26 and apply the i2c suspend/resume fix for zaurus devices git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4914 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../linux-rp-2.6.26/connectplus-prevent-oops-HACK.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/packages/linux/linux-rp-2.6.26/connectplus-prevent-oops-HACK.patch (limited to 'meta/packages/linux/linux-rp-2.6.26/connectplus-prevent-oops-HACK.patch') diff --git a/meta/packages/linux/linux-rp-2.6.26/connectplus-prevent-oops-HACK.patch b/meta/packages/linux/linux-rp-2.6.26/connectplus-prevent-oops-HACK.patch new file mode 100644 index 000000000..b5439c62e --- /dev/null +++ b/meta/packages/linux/linux-rp-2.6.26/connectplus-prevent-oops-HACK.patch @@ -0,0 +1,17 @@ +Index: linux-2.6.21/drivers/net/wireless/hostap/hostap_hw.c +=================================================================== +--- linux-2.6.21.orig/drivers/net/wireless/hostap/hostap_hw.c 2007-07-07 12:45:39.000000000 +0100 ++++ linux-2.6.21/drivers/net/wireless/hostap/hostap_hw.c 2007-07-07 12:47:30.000000000 +0100 +@@ -2666,6 +2666,12 @@ + iface = netdev_priv(dev); + local = iface->local; + ++ if(dev->base_addr == 0) ++ { ++ printk(KERN_DEBUG "%s: IRQ before base_addr set\n", dev->name); ++ return IRQ_HANDLED; ++ } ++ + prism2_io_debug_add(dev, PRISM2_IO_DEBUG_CMD_INTERRUPT, 0, 0); + + if (local->func->card_present && !local->func->card_present(local)) { -- cgit v1.2.3