summaryrefslogtreecommitdiff
path: root/net/mac80211/ibss.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-06-22 09:37:03 (GMT)
committerJohannes Berg <johannes.berg@intel.com>2012-06-22 10:53:05 (GMT)
commit08ce5abe3d0e29a7c8b46c4bec891862941116d7 (patch)
tree1d4051e7a45f954b6c0887d0032c583eec0520ab /net/mac80211/ibss.c
parent17efdc4ab8cc2ac959ca1a16c9ab04d8830c4bff (diff)
downloadlinux-fsl-qoriq-08ce5abe3d0e29a7c8b46c4bec891862941116d7.tar.xz
mac80211: two small verbose debug cleanups
Two instances of CONFIG_MAC80211_VERBOSE_DEBUG should be different, fix them. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ibss.c')
-rw-r--r--net/mac80211/ibss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c
index ff46ff4..8931110 100644
--- a/net/mac80211/ibss.c
+++ b/net/mac80211/ibss.c
@@ -261,7 +261,7 @@ static struct sta_info *ieee80211_ibss_finish_sta(struct sta_info *sta,
memcpy(addr, sta->sta.addr, ETH_ALEN);
-#ifdef CONFIG_MAC80211_VERBOSE_DEBUG
+#ifdef CONFIG_MAC80211_IBSS_DEBUG
wiphy_debug(sdata->local->hw.wiphy,
"Adding new IBSS station %pM (dev=%s)\n",
addr, sdata->name);