projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1b18e89a5e25cb19762b030aaa8415d85cac18fe
[openwrt.git]
/
package
/
madwifi
/
473-mutex_fix.patch
1
--- a/ath/if_athvar.h
2
+++ b/ath/if_athvar.h
3
@@ -991,5 +991,5 @@
4
#endif
5
/* Protects the device from concurrent accesses */
6
-#define ATH_LOCK_INIT(_sc) init_MUTEX(&(_sc)->sc_lock)
7
+#define ATH_LOCK_INIT(_sc) sema_init(&(_sc)->sc_lock, 1)
8
#define ATH_LOCK_DESTROY(_sc)
9
#define ATH_LOCK(_sc) down(&(_sc)->sc_lock)
This page took
0.037715 seconds
and
3
git commands to generate.