[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110803221246.712194716@clark.kroah.org>
Date: Wed, 03 Aug 2011 15:00:47 -0700
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org, stable@...nel.org
Cc: stable-review@...nel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
Roland Vossen <rvossen@...adcom.com>,
Stefan Lippers-Hollmann <s.l-h@....de>
Subject: [027/102] staging: brcm80211: fix for reported log spam problem
3.0-stable review patch. If anyone has any objections, please let us know.
------------------
From: Roland Vossen <rvossen@...adcom.com>
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 <hilld@...arystorm.net>
Signed-off-by: Roland Vossen <rvossen@...adcom.com>
Reviewed-by: Arend van Spriel <arend@...adcom.com>
Reviewed-by: Franky Lin <frankyl@...adcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@....de>
---
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;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists