This patch removes the "starting scan" and "scan completed" messages that mac80211 prints all the time. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- 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); - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html