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

    staging: brcm80211: fix for reported log spam problem

to the 3.0-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-fix-for-reported-log-spam-problem.patch
and it can be found in the queue-3.0 subdirectory.

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


>From 37c962d195005d009e130e65a9e55960996c3cab Mon Sep 17 00:00:00 2001
From: Roland Vossen <[email protected]>
Date: Wed, 29 Jun 2011 16:48:22 -0700
Subject: staging: brcm80211: fix for reported log spam problem

From: Roland Vossen <[email protected]>

commit 37c962d195005d009e130e65a9e55960996c3cab upstream.

Every few minutes, this message would appear in syslog:

ieee80211 ph0: wl_ops_bss_info_changed: BSS idle: true (implement)

The message has been deleted, the driver requires no special action on this
particular event (). See: https://bugzilla.kernel.org/show_bug.cgi?id=38162

Reported-by: David Hill <[email protected]>
Signed-off-by: Roland Vossen <[email protected]>
Reviewed-by: Arend van Spriel <[email protected]>
Reviewed-by: Franky Lin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Stefan Lippers-Hollmann <[email protected]>

---
 drivers/staging/brcm80211/brcmsmac/wl_mac80211.c |    5 -----
 1 file changed, 5 deletions(-)

--- a/drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
+++ b/drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
@@ -449,11 +449,6 @@ wl_ops_bss_info_changed(struct ieee80211
                wiphy_err(wiphy, "%s: qos enabled: %s (implement)\n", __func__,
                          info->qos ? "true" : "false");
        }
-       if (changed & BSS_CHANGED_IDLE) {
-               /* Idle changed for this BSS/interface */
-               wiphy_err(wiphy, "%s: BSS idle: %s (implement)\n", __func__,
-                         info->idle ? "true" : "false");
-       }
        return;
 }
 


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

queue-3.0/staging-brcm80211-fix-for-reported-log-spam-problem.patch

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

Reply via email to