linux-rp_2.6.23.bb : add missing patch to prevent connect+ cards from
authorGraeme Gregory <dp@xora.org.uk>
Fri, 16 Nov 2007 22:37:36 +0000 (22:37 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 16 Nov 2007 22:37:36 +0000 (22:37 +0000)
oopsis on insert.

packages/linux/linux-rp-2.6.23/connectplus-prevent-oops-HACK.patch [new file with mode: 0644]
packages/linux/linux-rp_2.6.23.bb

diff --git a/packages/linux/linux-rp-2.6.23/connectplus-prevent-oops-HACK.patch b/packages/linux/linux-rp-2.6.23/connectplus-prevent-oops-HACK.patch
new file mode 100644 (file)
index 0000000..b5439c6
--- /dev/null
@@ -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)) {
index 141e689..ccc6740 100644 (file)
@@ -1,6 +1,6 @@
 require linux-rp.inc
 
-PR = "r7"
+PR = "r8"
 
 DEFAULT_PREFERENCE_qemuarm = "-1"
 DEFAULT_PREFERENCE_qemux86 = "-1"
@@ -50,6 +50,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
            ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1;status=hack \
            file://pxa-serial-hack.patch;patch=1;status=hack \
            file://connectplus-remove-ide-HACK.patch;patch=1;status=hack \
+           file://connectplus-prevent-oops-HACK.patch;patch=1;status=hack \
            file://squashfs3.0-2.6.15.patch;patch=1;status=external \
            file://uvesafb-0.1-rc3-2.6.22.patch;patch=1;status=external \
            file://htcuni.patch;patch=1 \