This is a note to let you know that I've just added the patch titled

    staging: brcm80211: bugfix for softmac crash on multi cpu configurations

to the 2.6.37-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     
staging-brcm80211-bugfix-for-softmac-crash-on-multi-cpu-configurations.patch
and it can be found in the queue-2.6.37 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 6a3be6e6e7feb4cb35275475d6a863b748d59cc3 Mon Sep 17 00:00:00 2001
From: Roland Vossen <[email protected]>
Date: Tue, 25 Jan 2011 11:51:56 +0100
Subject: staging: brcm80211: bugfix for softmac crash on multi cpu 
configurations

From: Roland Vossen <[email protected]>

commit 6a3be6e6e7feb4cb35275475d6a863b748d59cc3 upstream.

Solved a locking issue that resulted in driver crashes with the 43224 and 43225
chips. The problem has been reported on several fora. Root cause was two fold:
hardware was being manipulated by two unsynchronized threads, and a scan
operation could interfere with an ongoing dynamic calibration process. Fix was
to invoke a lock on wl_ops_config() operation and to set internal flags when a
scan operation is started and stopped.

Please add this to the staging-linus branch.

Signed-off-by: Roland Vossen <[email protected]>
Acked-by: Brett Rudley <[email protected]>
Signed-off-by: Arend van Spriel <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>


---
 drivers/staging/brcm80211/sys/wlc_mac80211.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/staging/brcm80211/sys/wlc_mac80211.c
+++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c
@@ -5336,7 +5336,6 @@ wlc_sendpkt_mac80211(wlc_info_t *wlc, vo
        fifo = prio2fifo[prio];
 
        ASSERT((uint) PKTHEADROOM(sdu) >= TXOFF);
-       ASSERT(!PKTSHARED(sdu));
        ASSERT(!PKTNEXT(sdu));
        ASSERT(!PKTLINK(sdu));
        ASSERT(fifo < NFIFO);


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.37/staging-brcm80211-bugfix-for-softmac-crash-on-multi-cpu-configurations.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to