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:
60f9f8a
)
compat-wireless: fix patches/09-threaded-irq.patch for wl12xx
author
Luis R. Rodriguez
<mcgrof@frijolero.org>
Fri, 9 Mar 2012 21:22:43 +0000
(13:22 -0800)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/patches/09-threaded-irq.patch
b/patches/09-threaded-irq.patch
index d09b514838214d4ddd42bc237cf9e6ccd64e8954..5986a0894a2bc759fdbb70ee6ad612f4e05713e8 100644
(file)
--- a/
patches/09-threaded-irq.patch
+++ b/
patches/09-threaded-irq.patch
@@
-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
-@@ -49
5,6 +495
,10 @@ struct wl1271 {
+@@ -49
8,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;