summaryrefslogtreecommitdiff
path: root/mac80211.c
diff options
context:
space:
mode:
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);