Search Linux Wireless

[PATCH] mac80211: kill useless scan printks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux