diff options
| author | Ulrich Kunitz <[email protected]> | 2006-12-10 17:39:08 +0000 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2006-12-19 21:16:15 +0000 |
| commit | 6f07a8a3eb2adbfacd1322862368da4eb9dd3b45 (patch) | |
| tree | 83fe592a359e7e00f80b4a666540149d78c75c57 /drivers/net/ibm_emac/ibm_emac_phy.c | |
| parent | [PATCH] zd1211rw: Call ieee80211_rx in tasklet (diff) | |
| download | kernel-6f07a8a3eb2adbfacd1322862368da4eb9dd3b45.tar.gz kernel-6f07a8a3eb2adbfacd1322862368da4eb9dd3b45.zip | |
[PATCH] ieee80211softmac: Fix errors related to the work_struct changes
The signature of work functions changed recently from a context
pointer to the work structure pointer. This caused a problem in
the ieee80211softmac code, because the ieee80211softmac_assox_work
function has been called directly with a parameter explicitly
casted to (void*). This compiled correctly but resulted in a
softlock, because mutex_lock was called with the wrong memory
address. The patch fixes the problem. Another issue was a wrong
call of the schedule_work function. Softmac works again and this
fixes the problem I mentioned earlier in the zd1211rw rx tasklet
patch. The patch is against Linus' tree (commit af1713e0).
Signed-off-by: Ulrich Kunitz <[email protected]>
Acked-by: Michael Buesch <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'drivers/net/ibm_emac/ibm_emac_phy.c')
0 files changed, 0 insertions, 0 deletions
