From: Luis R. Rodriguez Date: Thu, 17 May 2012 03:34:31 +0000 (-0700) Subject: compat-wireless: fix patches/09-threaded-irq.patch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2f7c512038ddc31e2d3f324b870731001df58bc4;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix patches/09-threaded-irq.patch The offsets were off. Simple fix. Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/09-threaded-irq.patch b/patches/09-threaded-irq.patch index 03a2a5a0154d..357de09340cf 100644 --- a/patches/09-threaded-irq.patch +++ b/patches/09-threaded-irq.patch @@ -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