compat-wireless: fix patches/09-threaded-irq.patch for wl12xx
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 9 Mar 2012 21:22:43 +0000 (13:22 -0800)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 9 Mar 2012 21:22:43 +0000 (13:22 -0800)
Hunk offsets differ for wl12xx.h changes. This is now fixed.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/09-threaded-irq.patch

index d09b514838214d4ddd42bc237cf9e6ccd64e8954..5986a0894a2bc759fdbb70ee6ad612f4e05713e8 100644 (file)
@@ -116,10 +116,10 @@ thread in process context as well.
        return 0;
 --- a/drivers/net/wireless/wl12xx/wl12xx.h
 +++ b/drivers/net/wireless/wl12xx/wl12xx.h
-@@ -495,6 +495,10 @@ struct wl1271 {
+@@ -498,6 +498,10 @@ struct wl1271 {
  
-       /* last wlvif we transmitted from */
-       struct wl12xx_vif *last_wlvif;
+       /* work to fire when Tx is stuck */
+       struct delayed_work tx_watchdog_work;
 +
 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
 +      struct compat_threaded_irq irq_compat;