linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 2/4] mac80211-hwsim: remove dmesg spam about get-survey.
@ 2017-02-27 21:56 greearb
  2017-02-27 21:56 ` [PATCH v2 1/4] mac80211-hwsim: notify user-space about channel change greearb
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: greearb @ 2017-02-27 21:56 UTC (permalink / raw)
  To: linux-wireless; +Cc: Ben Greear

From: Ben Greear <greearb@candelatech.com>

This message just fills up dmesg and/or kernel logs and does
not provide any useful information.

Signed-off-by: Ben Greear <greearb@candelatech.com>
---
 drivers/net/wireless/mac80211_hwsim.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c
index 12e9333..635ad03 100644
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
@@ -1860,8 +1860,6 @@ static int mac80211_hwsim_get_survey(
 {
 	struct ieee80211_conf *conf = &hw->conf;
 
-	wiphy_debug(hw->wiphy, "%s (idx=%d)\n", __func__, idx);
-
 	if (idx != 0)
 		return -ENOENT;
 
-- 
2.4.11

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-06 14:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27 21:56 [PATCH v2 2/4] mac80211-hwsim: remove dmesg spam about get-survey greearb
2017-02-27 21:56 ` [PATCH v2 1/4] mac80211-hwsim: notify user-space about channel change greearb
2017-03-06 12:58   ` Johannes Berg
2017-03-06 12:59   ` Johannes Berg
2017-02-27 21:56 ` [PATCH v2 3/4] mac80211-hwsim: add rate-limited debugging for rx-netlink greearb
2017-02-28  6:31   ` Joe Perches
2017-02-27 21:56 ` [PATCH v2 4/4] mac80211-hwsim: add length checks before allocating skb greearb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).