diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 13:37:03 +0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 14:53:05 +0400 |
commit | 08ce5abe3d0e29a7c8b46c4bec891862941116d7 (patch) | |
tree | 1d4051e7a45f954b6c0887d0032c583eec0520ab /net/mac80211/status.c | |
parent | 17efdc4ab8cc2ac959ca1a16c9ab04d8830c4bff (diff) | |
download | linux-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/status.c')
-rw-r--r-- | net/mac80211/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c index 6b4f42527887..51a6d1e6e250 100644 --- a/net/mac80211/status.c +++ b/net/mac80211/status.c @@ -155,7 +155,7 @@ static void ieee80211_handle_filtered_frame(struct ieee80211_local *local, return; } -#ifdef CONFIG_MAC80211_VERBOSE_DEBUG +#ifdef CONFIG_MAC80211_VERBOSE_PS_DEBUG if (net_ratelimit()) wiphy_debug(local->hw.wiphy, "dropped TX filtered frame, queue_len=%d PS=%d @%lu\n", |