Bug 1206468
| Summary: | journal fills up with "Limiting TX power" messages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | teppot <teppot> | ||||
| Component: | kernel | Assignee: | John W. Linville <linville> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 22 | CC: | gansalmon, itamar, johannes, jonathan, kernel-maint, madhu.chinakonda, mchehab | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-04-21 19:31:09 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
teppot
2015-03-27 08:20:06 UTC
Johannes, do we need these message to be pr_info? Could they be pr_debug instead? yeah I guess these aren't all that interesting ... want to post a patch? :) No problem... Created attachment 1009097 [details]
0001-mac80211-reduce-log-spam-from-ieee80211_handle_pwr_c.patch
Queued for upstream kernel version 4.1...
commit cef2fc1ce4326f7f24c3cf938b94a661fbe773e3
Author: John Linville <linville>
Date: Tue Mar 31 10:49:14 2015 -0400
mac80211: reduce log spam from ieee80211_handle_pwr_constr
This changes a couple of messages from sdata_info to sdata_dbg.
This should reduce some log spam, as reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=1206468
Signed-off-by: John W. Linville <linville>
Signed-off-by: Johannes Berg <johannes.berg>
|