diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-01-25 09:28:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-01-25 09:28:35 +0000 |
commit | 9942a8c3c0baa09c969ea3f58dac4a1d66e0bb3a (patch) | |
tree | 2fd2c25f05dd7b0b230da1d74930397088580ad4 /packages/linux/linux-rp-2.6.24/connectplus-prevent-oops-HACK.patch | |
parent | 602717bfc8d5cafa6c158d1b34091eec6f78de21 (diff) |
linux-rp: update 2.6.24-rc8 to final release
Diffstat (limited to 'packages/linux/linux-rp-2.6.24/connectplus-prevent-oops-HACK.patch')
-rw-r--r-- | packages/linux/linux-rp-2.6.24/connectplus-prevent-oops-HACK.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/linux-rp-2.6.24/connectplus-prevent-oops-HACK.patch b/packages/linux/linux-rp-2.6.24/connectplus-prevent-oops-HACK.patch new file mode 100644 index 0000000000..b5439c62e7 --- /dev/null +++ b/packages/linux/linux-rp-2.6.24/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)) { |