diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 05:37:03 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 06:53:05 -0400 |
commit | 08ce5abe3d0e29a7c8b46c4bec891862941116d7 (patch) | |
tree | 1d4051e7a45f954b6c0887d0032c583eec0520ab /net/mac80211/ibss.c | |
parent | 17efdc4ab8cc2ac959ca1a16c9ab04d8830c4bff (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index ff46ff424941..8931110b8433 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, | |||
261 | 261 | ||
262 | memcpy(addr, sta->sta.addr, ETH_ALEN); | 262 | memcpy(addr, sta->sta.addr, ETH_ALEN); |
263 | 263 | ||
264 | #ifdef CONFIG_MAC80211_VERBOSE_DEBUG | 264 | #ifdef CONFIG_MAC80211_IBSS_DEBUG |
265 | wiphy_debug(sdata->local->hw.wiphy, | 265 | wiphy_debug(sdata->local->hw.wiphy, |
266 | "Adding new IBSS station %pM (dev=%s)\n", | 266 | "Adding new IBSS station %pM (dev=%s)\n", |
267 | addr, sdata->name); | 267 | addr, sdata->name); |