projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a3365
)
compat-wireless: fix patches/09-threaded-irq.patch
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Thu, 17 May 2012 03:34:31 +0000
(20:34 -0700)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/patches/09-threaded-irq.patch
b/patches/09-threaded-irq.patch
index 03a2a5a0154d72728e590a49e9da47ab20f43e03..357de09340cffdb8ed49d3eb04f846cf1a340ddd 100644
(file)
--- 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
-@@ -3
49,6 +349,10
@@ struct wl1271 {
+@@ -3
55,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