summaryrefslogtreecommitdiff
path: root/mac80211.c
diff options
context:
space:
mode:
authorDavid Lin <dlin@marvell.com>2015-08-04 17:21:51 +0800
committerDavid Lin <dlin@marvell.com>2015-08-04 17:21:51 +0800
commitaaf953e1baf9cd65979103c4fda98c0bd48f4759 (patch)
tree2343f04ab857626105aec674248c27dd5a956ede /mac80211.c
parent36e430f931747582afcfbbd07831bcb176f39239 (diff)
Remove unnecessary debug messages.
Signed-off-by: David Lin <dlin@marvell.com>
Diffstat (limited to 'mac80211.c')
-rw-r--r--mac80211.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mac80211.c b/mac80211.c
index 4000ea5..1a1f73e 100644
--- a/mac80211.c
+++ b/mac80211.c
@@ -372,9 +372,6 @@ static void mwl_mac80211_bss_info_changed(struct ieee80211_hw *hw,
struct ieee80211_bss_conf *info,
u32 changed)
{
- wiphy_debug(hw->wiphy, "interface: %d, change: 0x%x",
- vif->type, changed);
-
if (vif->type == NL80211_IFTYPE_STATION)
mwl_mac80211_bss_info_changed_sta(hw, vif, info, changed);