* [PATCH] mac80211: kill useless scan printks
@ 2007-04-12 0:56 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2007-04-12 0:56 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless, Jiri Benc
This patch removes the "starting scan" and "scan completed"
messages that mac80211 prints all the time.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
We should probably remove more but I find these most annoying. You ought
to know when you start a scan, and you get an iwevent when it
finishes...
net/mac80211/ieee80211_sta.c | 3 ---
1 file changed, 3 deletions(-)
--- wireless-dev.orig/net/mac80211/ieee80211_sta.c 2007-04-11 18:00:23.469481358 +0200
+++ wireless-dev/net/mac80211/ieee80211_sta.c 2007-04-11 18:02:02.829481358 +0200
@@ -2558,7 +2558,6 @@ void ieee80211_scan_completed(struct iee
struct ieee80211_sub_if_data *sdata;
union iwreq_data wrqu;
- printk(KERN_DEBUG "%s: scan completed\n", dev->name);
local->last_scan_completed = jiffies;
wmb();
local->sta_scanning = 0;
@@ -2703,8 +2702,6 @@ static int ieee80211_sta_start_scan(stru
return -EBUSY;
}
- printk(KERN_DEBUG "%s: starting scan\n", dev->name);
-
if (local->ops->hw_scan) {
int rc = local->ops->hw_scan(local_to_hw(local),
ssid, ssid_len);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-04-12 8:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-12 0:56 [PATCH] mac80211: kill useless scan printks Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox