diff options
Diffstat (limited to 'meta/packages/linux/linux-rp-2.6.21/connectplus-prevent-oops-HACK.patch')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.21/connectplus-prevent-oops-HACK.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.21/connectplus-prevent-oops-HACK.patch b/meta/packages/linux/linux-rp-2.6.21/connectplus-prevent-oops-HACK.patch new file mode 100644 index 0000000000..b5439c62e7 --- /dev/null +++ b/meta/packages/linux/linux-rp-2.6.21/connectplus-prevent-oops-HACK.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | Index: linux-2.6.21/drivers/net/wireless/hostap/hostap_hw.c | ||
2 | =================================================================== | ||
3 | --- linux-2.6.21.orig/drivers/net/wireless/hostap/hostap_hw.c 2007-07-07 12:45:39.000000000 +0100 | ||
4 | +++ linux-2.6.21/drivers/net/wireless/hostap/hostap_hw.c 2007-07-07 12:47:30.000000000 +0100 | ||
5 | @@ -2666,6 +2666,12 @@ | ||
6 | iface = netdev_priv(dev); | ||
7 | local = iface->local; | ||
8 | |||
9 | + if(dev->base_addr == 0) | ||
10 | + { | ||
11 | + printk(KERN_DEBUG "%s: IRQ before base_addr set\n", dev->name); | ||
12 | + return IRQ_HANDLED; | ||
13 | + } | ||
14 | + | ||
15 | prism2_io_debug_add(dev, PRISM2_IO_DEBUG_CMD_INTERRUPT, 0, 0); | ||
16 | |||
17 | if (local->func->card_present && !local->func->card_present(local)) { | ||