compat-wireless: fix patches/09-threaded-irq.patch
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 17 May 2012 03:34:31 +0000 (20:34 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 17 May 2012 03:34:31 +0000 (20:34 -0700)
The offsets were off. Simple fix.

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

index 03a2a5a0154d72728e590a49e9da47ab20f43e03..357de09340cffdb8ed49d3eb04f846cf1a340ddd 100644 (file)
@@ -116,11 +116,10 @@ thread in process context as well.
        return 0;
 --- a/drivers/net/wireless/ti/wlcore/wlcore.h
 +++ b/drivers/net/wireless/ti/wlcore/wlcore.h
-@@ -349,6 +349,10 @@ struct wl1271 {
+@@ -355,6 +355,9 @@ struct wl1271 {
  
-       /* size of the private FW status data */
-       size_t fw_status_priv_len;
-+
+       /* RX Data filter rule state - enabled/disabled */
+       bool rx_filter_enabled[WL1271_MAX_RX_FILTERS];
 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
 +      struct compat_threaded_irq irq_compat;
 +#endif