09-threaded-irq.patch: update hunk offsets
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 19 Oct 2009 02:37:41 +0000 (11:37 +0900)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 19 Oct 2009 02:37:41 +0000 (11:37 +0900)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/patches/09-threaded-irq.patch

index 68689e22b3e2f2cdc3dfb46f25e704707e1ea074..e59cafc9ff16350766780c75f53bcb8dfa2f01e4 100644 (file)
@@ -4,8 +4,8 @@ on older kernels we built our own struct compat_threaded_irq
 to queue_work() onto it as the kernel thread be running the
 thread in process context as well.
 
---- a/drivers/net/wireless/b43/main.c  2009-10-07 01:44:15.000000000 -0400
-+++ b/drivers/net/wireless/b43/main.c  2009-10-07 01:44:16.000000000 -0400
+--- a/drivers/net/wireless/b43/main.c  2009-10-19 11:35:00.000000000 +0900
++++ b/drivers/net/wireless/b43/main.c  2009-10-19 11:35:02.000000000 +0900
 @@ -3909,8 +3909,13 @@
        if (dev->dev->bus->bustype == SSB_BUSTYPE_SDIO) {
                b43_sdio_free_irq(dev);
@@ -38,7 +38,7 @@ thread in process context as well.
                if (err) {
                        b43err(dev->wl, "Cannot request IRQ-%d\n", dev->dev->irq);
                        goto out;
-@@ -4661,6 +4674,10 @@
+@@ -4660,6 +4673,10 @@
  
  static void b43_wireless_core_detach(struct b43_wldev *dev)
  {
@@ -49,9 +49,8 @@ thread in process context as well.
        /* We release firmware that late to not be required to re-request
         * is all the time when we reinit the core. */
        b43_release_firmware(dev);
- static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw)
---- a/drivers/net/wireless/b43/b43.h   2009-10-07 01:45:01.000000000 -0400
-+++ b/drivers/net/wireless/b43/b43.h   2009-10-07 01:45:02.000000000 -0400
+--- a/drivers/net/wireless/b43/b43.h   2009-10-19 11:36:44.000000000 +0900
++++ b/drivers/net/wireless/b43/b43.h   2009-10-19 11:36:45.000000000 +0900
 @@ -747,6 +747,9 @@
        unsigned int tx_count;
        unsigned int rx_count;
@@ -61,4 +60,4 @@ thread in process context as well.
 +#endif
  };
  
- /*
+ /* Data structure for the WLAN parts (802.11 cores) of the b43 chip. */