diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-08-26 20:33:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-26 20:33:34 -0400 |
commit | 576fdeaef631976c3afcb1d78ef196051282611d (patch) | |
tree | 2b4c3172e6627b749ae59ea50f3c55edcbb52ee2 /net/mac80211/mlme.c | |
parent | 8ab65b03b7893da4a49009e7e356e36e27b0c407 (diff) | |
download | op-kernel-dev-576fdeaef631976c3afcb1d78ef196051282611d.zip op-kernel-dev-576fdeaef631976c3afcb1d78ef196051282611d.tar.gz |
mac80211: quiet chatty IBSS merge message
It seems obvious that this #ifndef should be the opposite polarity...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 74777ad..9bb68c6 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -2838,7 +2838,7 @@ static void ieee80211_rx_bss_info(struct net_device *dev, jiffies); #endif /* CONFIG_MAC80211_IBSS_DEBUG */ if (beacon_timestamp > rx_timestamp) { -#ifndef CONFIG_MAC80211_IBSS_DEBUG +#ifdef CONFIG_MAC80211_IBSS_DEBUG printk(KERN_DEBUG "%s: beacon TSF higher than " "local TSF - IBSS merge with BSSID %s\n", dev->name, print_mac(mac, mgmt->bssid)); |