summaryrefslogtreecommitdiff
path: root/patches/09-threaded-irq.patch
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@qca.qualcomm.com>2011-08-09 14:48:54 -0700
committerLuis R. Rodriguez <mcgrof@qca.qualcomm.com>2011-08-09 14:48:54 -0700
commit132434e0a5958da221295cdd8c5fb5880e9de3bb (patch)
tree0d613136424df39233bedab31118edb8bed9cae3 /patches/09-threaded-irq.patch
parentd78ee10c3d33f096753ee88ffab66832723ecd55 (diff)
compat-wireless: refresh patches
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Diffstat (limited to 'patches/09-threaded-irq.patch')
-rw-r--r--patches/09-threaded-irq.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/09-threaded-irq.patch b/patches/09-threaded-irq.patch
index cc8c5d4d..5a18b88d 100644
--- a/patches/09-threaded-irq.patch
+++ b/patches/09-threaded-irq.patch
@@ -6,7 +6,7 @@ thread in process context as well.
--- a/drivers/net/wireless/b43/main.c
+++ b/drivers/net/wireless/b43/main.c
-@@ -4144,8 +4144,13 @@ redo:
+@@ -4143,8 +4143,13 @@ redo:
if (b43_bus_host_is_sdio(dev->dev)) {
b43_sdio_free_irq(dev);
} else {
@@ -20,7 +20,7 @@ thread in process context as well.
}
mutex_lock(&wl->mutex);
dev = wl->current_dev;
-@@ -4185,9 +4190,17 @@ static int b43_wireless_core_start(struc
+@@ -4184,9 +4189,17 @@ static int b43_wireless_core_start(struc
goto out;
}
} else {
@@ -38,7 +38,7 @@ thread in process context as well.
if (err) {
b43err(dev->wl, "Cannot request IRQ-%d\n",
dev->dev->irq);
-@@ -4957,6 +4970,10 @@ static int b43_setup_bands(struct b43_wl
+@@ -4956,6 +4969,10 @@ static int b43_setup_bands(struct b43_wl
static void b43_wireless_core_detach(struct b43_wldev *dev)
{