Mageia Bugzilla – Attachment 154 Details for
Bug 438
dkms-broadcom-wl failes to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Diff between old and new file
wl_linux.diff (text/plain), 328 bytes, created by
Lucien XU
on 2011-03-20 12:52:59 CET
(
hide
)
Description:
Diff between old and new file
Filename:
MIME Type:
Creator:
Lucien XU
Created:
2011-03-20 12:52:59 CET
Size:
328 bytes
patch
obsolete
>--- wl_linux-old.c 2010-12-15 02:58:07.000000000 +0100 >+++ wl_linux.c 2011-03-13 12:54:16.000000000 +0100 >@@ -482,7 +482,7 @@ > #ifdef WL_ALL_PASSIVE > spin_lock_init(&wl->txq_lock); > #endif >- init_MUTEX(&wl->sem); >+ sema_init(&wl->sem , 1); > } > > if (!(wl->wlc = wlc_attach((void *) wl, vendor, device, unit, wl->piomode,
--- wl_linux-old.c 2010-12-15 02:58:07.000000000 +0100 +++ wl_linux.c 2011-03-13 12:54:16.000000000 +0100 @@ -482,7 +482,7 @@ #ifdef WL_ALL_PASSIVE spin_lock_init(&wl->txq_lock); #endif - init_MUTEX(&wl->sem); + sema_init(&wl->sem , 1); } if (!(wl->wlc = wlc_attach((void *) wl, vendor, device, unit, wl->piomode,
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 438
: 154